Searched refs:isColdBlockNthPercentile (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SizeOpts.cpp | 91 static bool isColdBlockNthPercentile(int CutOff, const BasicBlock *BB, in isColdBlockNthPercentile() function 94 return PSI->isColdBlockNthPercentile(CutOff, BB, BFI); in isColdBlockNthPercentile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ProfileSummaryInfo.h | 237 bool isColdBlockNthPercentile(int PercentileCutoff, const BBType *BB, in isColdBlockNthPercentile() function 243 bool isColdBlockNthPercentile(int PercentileCutoff, BlockFrequency BlockFreq, in isColdBlockNthPercentile() function 299 if (!isHot && !isColdBlockNthPercentile(PercentileCutoff, &BB, &FI)) in isFunctionHotOrColdInCallGraphNthPercentile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SizeOpts.h | 87 return PSI->isColdBlockNthPercentile(PgsoCutoffSampleProf, BBOrBlockFreq, in shouldOptimizeForSizeImpl()
|