Searched defs:InsertLifetime (Results 1 - 5 of 5) 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
H A DInliner.h72 bool InsertLifetime = true; member in struct:llvm::LegacyInlinerBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp109 AlwaysInlinerLegacyPass(bool InsertLifetime) argument
138 Pass *llvm::createAlwaysInlinerLegacyPass(bool InsertLifetime) { argument
H A DInliner.cpp125 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) argument
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/lib/Transforms/Utils/
H A DInlineFunction.cpp87 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 121 milliseconds