Searched refs:CountThreshold (Results 1 – 2 of 2) sorted by relevance
276 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local277 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()278 return CountThreshold; in computeThreshold()300 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local302 return CountThreshold && C >= CountThreshold.value(); in isHotOrColdCountNthPercentile()304 return CountThreshold && C <= CountThreshold.value(); in isHotOrColdCountNthPercentile()
32 static cl::opt<unsigned> CountThreshold( variable1919 if (Idxs.size() < CountThreshold) in replaceExtenders()