Lines Matching refs:isHot
208 template <bool isHot>
214 if (isHot && in isFunctionHotOrColdInCallGraphNthPercentile()
217 if (!isHot && in isFunctionHotOrColdInCallGraphNthPercentile()
228 if (isHot && isHotCountNthPercentile(PercentileCutoff, TotalCallCount)) in isFunctionHotOrColdInCallGraphNthPercentile()
230 if (!isHot && !isColdCountNthPercentile(PercentileCutoff, TotalCallCount)) in isFunctionHotOrColdInCallGraphNthPercentile()
234 if (isHot && isHotBlockNthPercentile(PercentileCutoff, &BB, &BFI)) in isFunctionHotOrColdInCallGraphNthPercentile()
236 if (!isHot && !isColdBlockNthPercentile(PercentileCutoff, &BB, &BFI)) in isFunctionHotOrColdInCallGraphNthPercentile()
239 return !isHot; in isFunctionHotOrColdInCallGraphNthPercentile()
338 template <bool isHot>
342 if (isHot) in isHotOrColdCountNthPercentile()
378 template <bool isHot>
382 if (isHot) in isHotOrColdBlockNthPercentile()