Searched refs:isColdBlockNthPercentile (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | SizeOpts.cpp | 90 static bool isColdBlockNthPercentile(int CutOff, const BasicBlock *BB, in isColdBlockNthPercentile() function 93 return PSI->isColdBlockNthPercentile(CutOff, BB, BFI); in isColdBlockNthPercentile()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | ProfileSummaryInfo.h | 235 bool isColdBlockNthPercentile(int PercentileCutoff, const BBType *BB, in isColdBlockNthPercentile() function 241 bool isColdBlockNthPercentile(int PercentileCutoff, BlockFrequency BlockFreq, in isColdBlockNthPercentile() function 295 if (!isHot && !isColdBlockNthPercentile(PercentileCutoff, &BB, &FI)) in isFunctionHotOrColdInCallGraphNthPercentile()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| HD | SizeOpts.h | 86 return PSI->isColdBlockNthPercentile(PgsoCutoffSampleProf, BBOrBlockFreq, in shouldOptimizeForSizeImpl()
|