Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp592 bool HotColdSplitting::outlineColdRegions(Function &F, bool HasProfileSummary) { in outlineColdRegions()
700 bool HasProfileSummary = (M.getProfileSummary(/* IsCS */ false) != nullptr); in run() local