Searched refs:HotCountThreshold (Results 1 – 4 of 4) sorted by relevance
115 HotCountThreshold = in computeThresholds()119 assert(ColdCountThreshold <= HotCountThreshold && in computeThresholds()165 return HotCountThreshold && C >= *HotCountThreshold; in isHotCount()193 return HotCountThreshold.value_or(UINT64_MAX); in getOrCompHotCountThreshold()
169 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() local171 HotCountThreshold = ProfileSummaryHotCount; in getHotCountThreshold()172 return HotCountThreshold; in getHotCountThreshold()
48 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable258 return HotCountThreshold.value_or(0); in getHotCountThreshold()
1979 uint64_t HotCountThreshold, in verifyFuncBFI() argument2003 bool rawIsHot = CountValue >= HotCountThreshold; in verifyFuncBFI()2004 bool BFIIsHot = BFICountValue >= HotCountThreshold; in verifyFuncBFI()2212 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local2214 HotCountThreshold = PSI->getOrCompHotCountThreshold(); in annotateAllFunctions()2217 verifyFuncBFI(Func, LI, NBPI, HotCountThreshold, ColdCountThreshold); in annotateAllFunctions()