Searched refs:CountThreshold (Results 1 – 2 of 2) sorted by relevance
151 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() 152 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold() 153 return CountThreshold; in computeThreshold() 175 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotCount() 177 return CountThreshold && C >= *CountThreshold;179 return CountThreshold && C <= *CountThreshold; in isColdCount() 161 uint64_t CountThreshold = Entry.MinCount; computeThreshold() local 185 auto CountThreshold = computeThreshold(PercentileCutoff); isHotOrColdCountNthPercentile() local
32 static cl::opt<unsigned> CountThreshold( variable1922 if (Idxs.size() < CountThreshold) in replaceExtenders()