Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp34 Module &M, bool InsertLifetime, ProfileSummaryInfo &PSI, in AlwaysInlineImpl() argument
69 &GetAAR(F), InsertLifetime); in AlwaysInlineImpl()
116 bool InsertLifetime; member
121 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass()
122 : ModulePass(ID), InsertLifetime(InsertLifetime) { in AlwaysInlinerLegacyPass()
137 return AlwaysInlineImpl(M, InsertLifetime, PSI, GetAssumptionCache, GetAAR, in runOnModule()
161 Pass *llvm::createAlwaysInlinerLegacyPass(bool InsertLifetime) { in INITIALIZE_PASS_DEPENDENCY()
162 return new AlwaysInlinerLegacyPass(InsertLifetime); in INITIALIZE_PASS_DEPENDENCY()
180 bool Changed = AlwaysInlineImpl(M, InsertLifetime, PSI, GetAssumptionCache, in run()
/freebsd/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h270 bool InsertLifetime = true,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2142 bool InsertLifetime, in InlineFunction() argument
2642 if ((InsertLifetime || Caller->isPresplitCoroutine()) && in InlineFunction()