Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDProfileSummaryInfo.h219 return isHotOrColdBlockNthPercentile<true, BBType, BFIT>(PercentileCutoff, in isHotBlockNthPercentile()
226 return isHotOrColdBlockNthPercentile<true, BFIT>(PercentileCutoff, in isHotBlockNthPercentile()
237 return isHotOrColdBlockNthPercentile<false, BBType, BFIT>(PercentileCutoff, in isColdBlockNthPercentile()
243 return isHotOrColdBlockNthPercentile<false, BFIT>(PercentileCutoff, in isColdBlockNthPercentile()
305 bool isHotOrColdBlockNthPercentile(int PercentileCutoff, const BBType *BB, in isHotOrColdBlockNthPercentile() function
315 bool isHotOrColdBlockNthPercentile(int PercentileCutoff, in isHotOrColdBlockNthPercentile() function