Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DInliner.h78 ImportedFunctionsInliningStatistics ImportedFunctionsStats; member
102 ImportedFunctionsStats(std::move(Arg.ImportedFunctionsStats)) {} in InlinerPass()
109 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp279 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in InlineCallIfPossible() argument
292 ImportedFunctionsStats.recordInline(*Caller, *Callee); in InlineCallIfPossible()
498 ImportedFunctionsStats.setModuleInfo(CG.getModule()); in doInitialization()
688 InsertLifetime, AARGetter, ImportedFunctionsStats); in inlineCallsImpl()
774 ImportedFunctionsStats.dump(InlinerFunctionImportStats == in doFinalization()
862 if (ImportedFunctionsStats) { in ~InlinerPass()
864 ImportedFunctionsStats->dump(InlinerFunctionImportStats == in ~InlinerPass()
880 if (!ImportedFunctionsStats && in run()
882 ImportedFunctionsStats = in run()
884 ImportedFunctionsStats->setModuleInfo(M); in run()
[all …]