Searched refs:CountThreshold (Results 1 – 3 of 3) sorted by relevance
27 const int64_t CountThreshold = 0; variable31 ExponentialBackoff(int64_t MaxCount, int64_t CountThreshold, in ExponentialBackoff() argument33 : MaxCount(MaxCount), CountThreshold(CountThreshold), in ExponentialBackoff()37 assert(CountThreshold >= 0 && in ExponentialBackoff()47 bool isAboveThreshold() const { return Count > CountThreshold; } in isAboveThreshold()
151 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local152 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()153 return CountThreshold; in computeThreshold()175 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local177 return CountThreshold && C >= *CountThreshold; in isHotOrColdCountNthPercentile()179 return CountThreshold && C <= *CountThreshold; in isHotOrColdCountNthPercentile()
32 static cl::opt<unsigned> CountThreshold( variable 1922 if (Idxs.size() < CountThreshold) in replaceExtenders()