Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp184 if (Advisor->ImportedFunctionsStats) in recordInlineStatsIfNeeded()
185 Advisor->ImportedFunctionsStats->recordInline(*Caller, *Callee); in recordInlineStatsIfNeeded()
530 ImportedFunctionsStats = in InlineAdvisor()
532 ImportedFunctionsStats->setModuleInfo(M); in InlineAdvisor()
537 if (ImportedFunctionsStats) { in ~InlineAdvisor()
539 ImportedFunctionsStats->dump(InlinerFunctionImportStats == in ~InlineAdvisor()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h213 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable