Searched refs:HotCountThreshold (Results 1 – 4 of 4) sorted by relevance
241 HotCountThreshold = in computeThresholds()245 assert(ColdCountThreshold <= HotCountThreshold && in computeThresholds()291 return HotCountThreshold && C >= HotCountThreshold.getValue(); in isHotCount()319 return HotCountThreshold ? HotCountThreshold.getValue() : UINT64_MAX; in getOrCompHotCountThreshold()
45 Optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable165 return HotCountThreshold ? HotCountThreshold.getValue() : 0; in getHotCountThreshold()
160 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() local162 HotCountThreshold = ProfileSummaryHotCount; in getHotCountThreshold()163 return HotCountThreshold; in getHotCountThreshold()
1723 uint64_t HotCountThreshold, in verifyFuncBFI() argument1748 bool rawIsHot = CountValue >= HotCountThreshold; in verifyFuncBFI()1749 bool BFIIsHot = BFICountValue >= HotCountThreshold; in verifyFuncBFI()1930 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local1932 HotCountThreshold = PSI->getOrCompHotCountThreshold(); in annotateAllFunctions()1935 verifyFuncBFI(Func, LI, NBPI, HotCountThreshold, ColdCountThreshold); in annotateAllFunctions()