Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAlwaysInliner.h30 bool InsertLifetime; variable
33 AlwaysInlinerPass(bool InsertLifetime = true)
34 : InsertLifetime(InsertLifetime) {} in InsertLifetime() function
42 Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
H A DInliner.h33 explicit LegacyInlinerBase(char &ID, bool InsertLifetime);
75 bool InsertLifetime = true;
/netbsd-src/external/apache2/llvm/dist/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.cpp104 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() argument
105 : CallGraphSCCPass(ID), InsertLifetime(InsertLifetime) {} in LegacyInlinerBase()
246 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in inlineCallIfPossible() argument
255 InlineResult IR = InlineFunction(CB, IFI, &AAR, InsertLifetime); in inlineCallIfPossible()
302 bool InsertLifetime, in inlineCallsImpl() argument
447 InsertLifetime, AARGetter, ImportedFunctionsStats); in inlineCallsImpl()
544 SCC, CG, GetAssumptionCache, PSI, GetTLI, InsertLifetime, in inlineCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCloning.h259 bool InsertLifetime = true,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1757 bool InsertLifetime, in InlineFunction() argument
2190 if (InsertLifetime && !IFI.StaticAllocas.empty()) { in InlineFunction()