Searched refs:ColdCountThreshold (Results 1 – 7 of 7) sorted by relevance
252 ColdCountThreshold = ColdEntry.MinCount; in computeThresholds()254 ColdCountThreshold = ProfileSummaryColdCount; in computeThresholds()255 assert(ColdCountThreshold <= HotCountThreshold && in computeThresholds()297 if (!ColdCountThreshold) in isColdCount()299 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()314 if (!ColdCountThreshold) in getOrCompColdCountThreshold()316 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getOrCompColdCountThreshold()
112 ColdCountThreshold = in computeThresholds()123 if (!ColdCountThreshold) in isColdCount()125 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()
282 ColdCountThreshold = ColdEntry.MinCount; in computeThresholds()284 ColdCountThreshold = ProfileSummaryColdCount; in computeThresholds()285 assert(ColdCountThreshold <= HotCountThreshold && in computeThresholds()335 return ColdCountThreshold && C <= ColdCountThreshold.getValue(); in isColdCount()363 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getOrCompColdCountThreshold()
50 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable154 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getColdCountThreshold()
45 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable170 return ColdCountThreshold ? ColdCountThreshold.getValue() : 0; in getColdCountThreshold()
55 static cl::opt<unsigned> ColdCountThreshold( variable90 return (*Count < ColdCountThreshold); in isColdBlock()
48 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable