Searched refs:InsertLifetime (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | AlwaysInliner.h | 33 bool InsertLifetime; variable 36 AlwaysInlinerPass(bool InsertLifetime = true) 37 : InsertLifetime(InsertLifetime) {} in InsertLifetime() function 45 Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
|
| H A D | Inliner.h | 31 explicit LegacyInlinerBase(char &ID, bool InsertLifetime); 73 bool InsertLifetime = true;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 74 *CB, IFI, &FAM.getResult<AAManager>(F), InsertLifetime); in run() 148 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass() argument 149 : LegacyInlinerBase(ID, InsertLifetime) { in AlwaysInlinerLegacyPass() 177 Pass *llvm::createAlwaysInlinerLegacyPass(bool InsertLifetime) { in INITIALIZE_PASS_DEPENDENCY() 178 return new AlwaysInlinerLegacyPass(InsertLifetime); in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | Inliner.cpp | 168 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() argument 169 : CallGraphSCCPass(ID), InsertLifetime(InsertLifetime) {} in LegacyInlinerBase() 310 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in inlineCallIfPossible() argument 319 InlineResult IR = InlineFunction(CB, IFI, &AAR, InsertLifetime); in inlineCallIfPossible() 366 bool InsertLifetime, in inlineCallsImpl() argument 511 InsertLifetime, AARGetter, ImportedFunctionsStats); in inlineCallsImpl() 608 SCC, CG, GetAssumptionCache, PSI, GetTLI, InsertLifetime, in inlineCalls()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 265 bool InsertLifetime = true,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1788 bool InsertLifetime, in InlineFunction() argument 2241 if ((InsertLifetime || Caller->isPresplitCoroutine()) && in InlineFunction()
|