Searched refs:CountThreshold (Results 1 – 4 of 4) sorted by relevance
317 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local318 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()319 return CountThreshold; in computeThreshold()341 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local343 return CountThreshold && C >= CountThreshold.getValue(); in isHotOrColdCountNthPercentile()345 return CountThreshold && C <= CountThreshold.getValue(); in isHotOrColdCountNthPercentile()
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", variable1917 if (Idxs.size() < CountThreshold) in replaceExtenders()
31 static cl::opt<unsigned> CountThreshold("hexagon-cext-threshold", variable1900 if (Idxs.size() < CountThreshold) in replaceExtenders()