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