Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp183 if (Advisor->ImportedFunctionsStats) in recordInlineStatsIfNeeded()
184 Advisor->ImportedFunctionsStats->recordInline(*Caller, *Callee); in recordInlineStatsIfNeeded()
529 ImportedFunctionsStats = in InlineAdvisor()
531 ImportedFunctionsStats->setModuleInfo(M); in InlineAdvisor()
536 if (ImportedFunctionsStats) { in ~InlineAdvisor()
538 ImportedFunctionsStats->dump(InlinerFunctionImportStats == in ~InlineAdvisor()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h213 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable