Searched refs:ImportedFunctionsStats (Results 1 – 2 of 2) sorted by relevance
198 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()
214 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable