Searched refs:ColdCountThreshold (Results 1 – 2 of 2) sorted by relevance
212 ColdCountThreshold = ColdEntry.MinCount; in computeThresholds()214 ColdCountThreshold = ProfileSummaryColdCount; in computeThresholds()215 assert(ColdCountThreshold <= HotCountThreshold && in computeThresholds()234 if (!ColdCountThreshold) in isColdCount()236 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()246 if (!ColdCountThreshold) in getOrCompColdCountThreshold()248 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getOrCompColdCountThreshold()
51 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable125 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getColdCountThreshold()