Home
last modified time | relevance | path

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

/freebsd-14.2/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() argument
45 Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp34 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 DCloning.h269 bool InsertLifetime = true,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2035 bool InsertLifetime, in InlineFunction() argument
2538 if ((InsertLifetime || Caller->isPresplitCoroutine()) && in InlineFunction()