Searched refs:ColdCountThreshold (Results 1 – 4 of 4) sorted by relevance
203 ColdCountThreshold = ColdEntry.MinCount; in computeThresholds()221 if (!ColdCountThreshold) in isColdCount()223 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()233 if (!ColdCountThreshold) in getOrCompColdCountThreshold()235 return ColdCountThreshold && ColdCountThreshold.getValue(); in getOrCompColdCountThreshold()
112 ColdCountThreshold = in computeThresholds()123 if (!ColdCountThreshold) in isColdCount()125 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()
51 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable125 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getColdCountThreshold()
48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable