Searched refs:ThresholdCache (Results 1 – 2 of 2) sorted by relevance
266 auto iter = ThresholdCache.find(PercentileCutoff); in computeThreshold()267 if (iter != ThresholdCache.end()) { in computeThreshold()274 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()
63 DenseMap<int, uint64_t> ThresholdCache; variable