Home
last modified time | relevance | path

Searched refs:isColdBlockNthPercentile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp91 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 DProfileSummaryInfo.h237 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 DSizeOpts.h87 return PSI->isColdBlockNthPercentile(PgsoCutoffSampleProf, BBOrBlockFreq, in shouldOptimizeForSizeImpl()