Searched refs:CountThreshold (Results 1 – 2 of 2) sorted by relevance
277 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local278 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()279 return CountThreshold; in computeThreshold()301 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local303 return CountThreshold && C >= CountThreshold.getValue(); in isHotOrColdCountNthPercentile()305 return CountThreshold && C <= CountThreshold.getValue(); in isHotOrColdCountNthPercentile()
31 static cl::opt<unsigned> CountThreshold("hexagon-cext-threshold", variable1917 if (Idxs.size() < CountThreshold) in replaceExtenders()