Searched refs:ImportedFunctionsStats (Results 1 – 2 of 2) sorted by relevance
78 ImportedFunctionsInliningStatistics ImportedFunctionsStats; member102 ImportedFunctionsStats(std::move(Arg.ImportedFunctionsStats)) {} in InlinerPass()109 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable
279 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in InlineCallIfPossible() argument292 ImportedFunctionsStats.recordInline(*Caller, *Callee); in InlineCallIfPossible()498 ImportedFunctionsStats.setModuleInfo(CG.getModule()); in doInitialization()688 InsertLifetime, AARGetter, ImportedFunctionsStats); in inlineCallsImpl()774 ImportedFunctionsStats.dump(InlinerFunctionImportStats == in doFinalization()862 if (ImportedFunctionsStats) { in ~InlinerPass()864 ImportedFunctionsStats->dump(InlinerFunctionImportStats == in ~InlinerPass()880 if (!ImportedFunctionsStats && in run()882 ImportedFunctionsStats = in run()884 ImportedFunctionsStats->setModuleInfo(M); in run()[all …]