Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAlwaysInliner.h30 bool InsertLifetime; variable
33 AlwaysInlinerPass(bool InsertLifetime = true)
34 : InsertLifetime(InsertLifetime) {} in InsertLifetime() argument
42 Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
H A DInliner.h33 explicit LegacyInlinerBase(char &ID, bool InsertLifetime);
75 bool InsertLifetime = true;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp85 *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 DInliner.cpp108 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() argument
109 : CallGraphSCCPass(ID), InsertLifetime(InsertLifetime) {} in LegacyInlinerBase()
250 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in inlineCallIfPossible() argument
259 InlineResult IR = InlineFunction(CB, IFI, &AAR, InsertLifetime); in inlineCallIfPossible()
306 bool InsertLifetime, in inlineCallsImpl() argument
451 InsertLifetime, AARGetter, ImportedFunctionsStats); in inlineCallsImpl()
548 SCC, CG, GetAssumptionCache, PSI, GetTLI, InsertLifetime, in inlineCalls()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h267 bool InsertLifetime = true,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1760 bool InsertLifetime, in InlineFunction() argument
2196 if ((InsertLifetime || Caller->isPresplitCoroutine()) && in InlineFunction()