Searched refs:InsertLifetime (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | AlwaysInliner.h | 33 bool InsertLifetime; variable 36 AlwaysInlinerPass(bool InsertLifetime = true) 37 : InsertLifetime(InsertLifetime) {} in InsertLifetime() argument 45 Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 34 Module &M, bool InsertLifetime, ProfileSummaryInfo &PSI, in AlwaysInlineImpl() argument 70 &GetAAR(F), InsertLifetime); in AlwaysInlineImpl() 129 bool InsertLifetime; member 134 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass() 135 : ModulePass(ID), InsertLifetime(InsertLifetime) { in AlwaysInlinerLegacyPass() 150 return AlwaysInlineImpl(M, InsertLifetime, PSI, GetAssumptionCache, GetAAR, in runOnModule() 174 Pass *llvm::createAlwaysInlinerLegacyPass(bool InsertLifetime) { in INITIALIZE_PASS_DEPENDENCY() 175 return new AlwaysInlinerLegacyPass(InsertLifetime); in INITIALIZE_PASS_DEPENDENCY() 193 bool Changed = AlwaysInlineImpl(M, InsertLifetime, PSI, GetAssumptionCache, in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 269 bool InsertLifetime = true,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 2035 bool InsertLifetime, in InlineFunction() argument 2538 if ((InsertLifetime || Caller->isPresplitCoroutine()) && in InlineFunction()
|