Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSizeOpts.cpp90 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/
HDProfileSummaryInfo.h235 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/
HDSizeOpts.h86 return PSI->isColdBlockNthPercentile(PgsoCutoffSampleProf, BBOrBlockFreq, in shouldOptimizeForSizeImpl()