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