Searched refs:CountThreshold (Results 1 – 2 of 2) sorted by relevance
273 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local274 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()275 return CountThreshold; in computeThreshold()303 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotCountNthPercentile() local304 return CountThreshold && C >= CountThreshold.getValue(); in isHotCountNthPercentile()
31 static cl::opt<unsigned> CountThreshold("hexagon-cext-threshold", variable1900 if (Idxs.size() < CountThreshold) in replaceExtenders()