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
66 &GetAAR(F), InsertLifetime); in AlwaysInlineImpl()
119 bool InsertLifetime; member
124 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass()
125 : ModulePass(ID), InsertLifetime(InsertLifetime) { in AlwaysInlinerLegacyPass()
140 return AlwaysInlineImpl(M, InsertLifetime, PSI, /*FAM=*/nullptr, in runOnModule()
164 Pass *llvm::createAlwaysInlinerLegacyPass(bool InsertLifetime) { in INITIALIZE_PASS_DEPENDENCY()
165 return new AlwaysInlinerLegacyPass(InsertLifetime); in INITIALIZE_PASS_DEPENDENCY()
180 bool Changed = AlwaysInlineImpl(M, InsertLifetime, PSI, &FAM, in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAlwaysInliner.h34 bool InsertLifetime; variable
37 AlwaysInlinerPass(bool InsertLifetime = true)
38 : InsertLifetime(InsertLifetime) {} in InsertLifetime() argument
46 LLVM_ABI Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h318 bool InsertLifetime = true,
330 bool InsertLifetime = true,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2369 bool InsertLifetime, in InlineFunction() argument
2372 return InlineFunction(CB, IFI, MergeAttributes, CalleeAAR, InsertLifetime, in InlineFunction()
2390 auto Ret = InlineFunction(CB, IFI, MergeAttributes, CalleeAAR, InsertLifetime, in InlineFunction()
2472 bool InsertLifetime, in InlineFunction() argument
2970 if ((InsertLifetime || Caller->isPresplitCoroutine()) && in InlineFunction()