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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAlwaysInliner.h30 bool InsertLifetime; member in class:llvm::AlwaysInlinerPass
33 AlwaysInlinerPass(bool InsertLifetime = true)
34 : InsertLifetime(InsertLifetime) {}
41 Pass *createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
H A DInliner.h32 explicit LegacyInlinerBase(char &ID, bool InsertLifetime);
72 bool InsertLifetime = true; member in struct:llvm::LegacyInlinerBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp63 InlineFunction(CS, IFI, /*CalleeAAR=*/nullptr, InsertLifetime);
105 AlwaysInlinerLegacyPass() : LegacyInlinerBase(ID, /*InsertLifetime*/ true) {
109 AlwaysInlinerLegacyPass(bool InsertLifetime) argument
110 : LegacyInlinerBase(ID, InsertLifetime) {
138 Pass *llvm::createAlwaysInlinerLegacyPass(bool InsertLifetime) { argument
139 return new AlwaysInlinerLegacyPass(InsertLifetime);
H A DInliner.cpp125 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) argument
126 : CallGraphSCCPass(ID), InsertLifetime(InsertLifetime) {}
277 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter,
286 InlineResult IR = InlineFunction(CS, IFI, &AAR, InsertLifetime);
532 bool InsertLifetime,
689 InsertLifetime, AARGetter, ImportedFunctionsStats);
769 SCC, CG, GetAssumptionCache, PSI, GetTLI, InsertLifetime,
274 InlineCallIfPossible( CallSite CS, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
528 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, std::function<AssumptionCache &(Function &)> GetAssumptionCache, ProfileSummaryInfo *PSI, std::function<TargetLibraryInfo &(Function &)> GetTLI, bool InsertLifetime, function_ref<InlineCost(CallSite CS)> GetInlineCost, function_ref<AAResults &(Function &)> AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h234 bool InsertLifetime = true);
237 bool InsertLifetime = true,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp89 bool InsertLifetime) {
90 return InlineFunction(CallSite(CB), IFI, CalleeAAR, InsertLifetime);
1562 bool InsertLifetime,
1979 if (InsertLifetime && !IFI.StaticAllocas.empty()) {
87 InlineFunction(CallBase *CB, InlineFunctionInfo &IFI, AAResults *CalleeAAR, bool InsertLifetime) argument
1560 InlineFunction(CallSite CS, InlineFunctionInfo &IFI, AAResults *CalleeAAR, bool InsertLifetime, Function *ForwardVarArgsTo) argument

Completed in 76 milliseconds