Searched refs:CountThreshold (Results 1 – 2 of 2) sorted by relevance
279 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local280 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()281 return CountThreshold; in computeThreshold()303 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local305 return CountThreshold && C >= *CountThreshold; in isHotOrColdCountNthPercentile()307 return CountThreshold && C <= *CountThreshold; in isHotOrColdCountNthPercentile()
32 static cl::opt<unsigned> CountThreshold( variable1919 if (Idxs.size() < CountThreshold) in replaceExtenders()