Searched refs:HasProfileSummary (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h46 bool outlineColdRegions(Function &F, bool HasProfileSummary);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp542 bool HotColdSplitting::outlineColdRegions(Function &F, bool HasProfileSummary) { argument
564 if (HasProfileSummary)
650 bool HasProfileSummary = (M.getProfileSummary(/* IsCS */ false) != nullptr); local
674 Changed |= outlineColdRegions(F, HasProfileSummary);

Completed in 105 milliseconds