Home
last modified time | relevance | path

Searched defs:HasProfileSummary (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp540 bool HotColdSplitting::outlineColdRegions(Function &F, bool HasProfileSummary) { in outlineColdRegions()
648 bool HasProfileSummary = (M.getProfileSummary(/* IsCS */ false) != nullptr); in run() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp581 bool HotColdSplitting::outlineColdRegions(Function &F, bool HasProfileSummary) { in outlineColdRegions()
689 bool HasProfileSummary = (M.getProfileSummary(/* IsCS */ false) != nullptr); in run() local