HomeSort by: relevance | last modified time | path
    Searched defs:InsertLifetime (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
AlwaysInliner.h 30 bool InsertLifetime;
33 AlwaysInlinerPass(bool InsertLifetime = true)
34 : InsertLifetime(InsertLifetime) {}
42 Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
Inliner.h 33 explicit LegacyInlinerBase(char &ID, bool InsertLifetime);
75 bool InsertLifetime = true;

Completed in 17 milliseconds