Searched refs:ImportedFunctionsStats (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInliner.h77 ImportedFunctionsInliningStatistics ImportedFunctionsStats; member in struct:llvm::LegacyInlinerBase
101 ImportedFunctionsStats(std::move(Arg.ImportedFunctionsStats)) {}
108 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; member in class:llvm::InlinerPass
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp278 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) {
291 ImportedFunctionsStats.recordInline(*Caller, *Callee);
497 ImportedFunctionsStats.setModuleInfo(CG.getModule());
535 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) {
689 InsertLifetime, AARGetter, ImportedFunctionsStats);
771 ImportedFunctionsStats);
778 ImportedFunctionsStats.dump(InlinerFunctionImportStats ==
866 if (ImportedFunctionsStats) {
868 ImportedFunctionsStats->dump(InlinerFunctionImportStats ==
884 if (!ImportedFunctionsStats
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
[all...]

Completed in 46 milliseconds