Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp198 if (Advisor->ImportedFunctionsStats) in recordInlineStatsIfNeeded()
199 Advisor->ImportedFunctionsStats->recordInline(*Caller, *Callee); in recordInlineStatsIfNeeded()
565 ImportedFunctionsStats = in InlineAdvisor()
567 ImportedFunctionsStats->setModuleInfo(M); in InlineAdvisor()
572 if (ImportedFunctionsStats) { in ~InlineAdvisor()
574 ImportedFunctionsStats->dump(InlinerFunctionImportStats == in ~InlineAdvisor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h214 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable