Searched refs:ImportedFunctionsStats (Results 1 – 6 of 6) sorted by relevance
77 ImportedFunctionsInliningStatistics ImportedFunctionsStats; member101 ImportedFunctionsStats(std::move(Arg.ImportedFunctionsStats)) {} in InlinerPass()108 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable
278 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in InlineCallIfPossible() argument291 ImportedFunctionsStats.recordInline(*Caller, *Callee); in InlineCallIfPossible()497 ImportedFunctionsStats.setModuleInfo(CG.getModule()); in doInitialization()535 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in inlineCallsImpl() argument689 InsertLifetime, AARGetter, ImportedFunctionsStats); in inlineCallsImpl()771 ImportedFunctionsStats); in inlineCalls()778 ImportedFunctionsStats.dump(InlinerFunctionImportStats == in doFinalization()866 if (ImportedFunctionsStats) { in ~InlinerPass()868 ImportedFunctionsStats->dump(InlinerFunctionImportStats == in ~InlinerPass()884 if (!ImportedFunctionsStats && in run()[all …]
182 if (Advisor->ImportedFunctionsStats) in recordInlineStatsIfNeeded()183 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()
311 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in inlineCallIfPossible() argument326 ImportedFunctionsStats.recordInline(*Caller, *Callee); in inlineCallIfPossible()351 ImportedFunctionsStats.setModuleInfo(CG.getModule()); in doInitialization()369 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in inlineCallsImpl() argument511 InsertLifetime, AARGetter, ImportedFunctionsStats); in inlineCallsImpl()610 ImportedFunctionsStats); in inlineCalls()617 ImportedFunctionsStats.dump(InlinerFunctionImportStats == in doFinalization()
79 ImportedFunctionsInliningStatistics ImportedFunctionsStats; member
214 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable