Home
last modified time | relevance | path

Searched refs:ImportedFunctionsStats (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DInliner.h77 ImportedFunctionsInliningStatistics ImportedFunctionsStats; member
101 ImportedFunctionsStats(std::move(Arg.ImportedFunctionsStats)) {} in InlinerPass()
108 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp278 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in InlineCallIfPossible() argument
291 ImportedFunctionsStats.recordInline(*Caller, *Callee); in InlineCallIfPossible()
497 ImportedFunctionsStats.setModuleInfo(CG.getModule()); in doInitialization()
535 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in inlineCallsImpl() argument
689 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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DInlineAdvisor.cpp182 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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DInliner.cpp311 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in inlineCallIfPossible() argument
326 ImportedFunctionsStats.recordInline(*Caller, *Callee); in inlineCallIfPossible()
351 ImportedFunctionsStats.setModuleInfo(CG.getModule()); in doInitialization()
369 ImportedFunctionsInliningStatistics &ImportedFunctionsStats) { in inlineCallsImpl() argument
511 InsertLifetime, AARGetter, ImportedFunctionsStats); in inlineCallsImpl()
610 ImportedFunctionsStats); in inlineCalls()
617 ImportedFunctionsStats.dump(InlinerFunctionImportStats == in doFinalization()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DInliner.h79 ImportedFunctionsInliningStatistics ImportedFunctionsStats; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DInlineAdvisor.h214 std::unique_ptr<ImportedFunctionsInliningStatistics> ImportedFunctionsStats; variable