Searched refs:InsertLifetime (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | AlwaysInliner.h | 30 bool InsertLifetime; variable 33 AlwaysInlinerPass(bool InsertLifetime = true) 34 : InsertLifetime(InsertLifetime) {} in InsertLifetime() function 42 Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
|
| H A D | Inliner.h | 33 explicit LegacyInlinerBase(char &ID, bool InsertLifetime); 75 bool InsertLifetime = true;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 85 *CB, IFI, &FAM.getResult<AAManager>(F), InsertLifetime); in run() 140 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass() argument 141 : LegacyInlinerBase(ID, InsertLifetime) { in AlwaysInlinerLegacyPass() 169 Pass *llvm::createAlwaysInlinerLegacyPass(bool InsertLifetime) { in INITIALIZE_PASS_DEPENDENCY() 170 return new AlwaysInlinerLegacyPass(InsertLifetime); in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | Inliner.cpp | 104 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() argument 105 : CallGraphSCCPass(ID), InsertLifetime(InsertLifetime) {} in LegacyInlinerBase() 246 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in inlineCallIfPossible() argument 255 InlineResult IR = InlineFunction(CB, IFI, &AAR, InsertLifetime); in inlineCallIfPossible() 302 bool InsertLifetime, in inlineCallsImpl() argument 447 InsertLifetime, AARGetter, ImportedFunctionsStats); in inlineCallsImpl() 544 SCC, CG, GetAssumptionCache, PSI, GetTLI, InsertLifetime, in inlineCalls()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 259 bool InsertLifetime = true,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1757 bool InsertLifetime, in InlineFunction() argument 2190 if (InsertLifetime && !IFI.StaticAllocas.empty()) { in InlineFunction()
|