Home
last modified time | relevance | path

Searched refs:InsertLifetime (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAlwaysInliner.h33 bool InsertLifetime; variable
36 AlwaysInlinerPass(bool InsertLifetime = true)
37 : InsertLifetime(InsertLifetime) {} in InsertLifetime() function
45 Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
H A DInliner.h31 explicit LegacyInlinerBase(char &ID, bool InsertLifetime);
73 bool InsertLifetime = true;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp74 *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 DInliner.cpp168 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 DCloning.h265 bool InsertLifetime = true,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1788 bool InsertLifetime, in InlineFunction() argument
2241 if ((InsertLifetime || Caller->isPresplitCoroutine()) && in InlineFunction()