Searched refs:HotCountThreshold (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ProfileSummaryInfo.cpp | 243 HotCountThreshold = in computeThresholds() 247 assert(ColdCountThreshold <= HotCountThreshold && in computeThresholds() 293 return HotCountThreshold && C >= *HotCountThreshold; in isHotCount() 321 return HotCountThreshold.value_or(UINT64_MAX); in getOrCompHotCountThreshold()
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 169 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() local 171 HotCountThreshold = ProfileSummaryHotCount; in getHotCountThreshold() 172 return HotCountThreshold; in getHotCountThreshold()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 46 std::optional<uint64_t> HotCountThreshold, ColdCountThreshold; variable 174 return HotCountThreshold.value_or(0); in getHotCountThreshold()
|
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.h | 132 uint64_t HotCountThreshold; variable
|
H A D | ProfileGenerator.cpp | 736 double Density = calculateDensity(Profiles, HotCountThreshold); in calculateAndShowDensity() 1017 HotCountThreshold, TrimColdProfile, CSProfMergeColdContext, in postProcessProfiles() 1039 HotCountThreshold = ProfileSummaryBuilder::getHotCountThreshold( in computeSummaryAndThreshold()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1988 uint64_t HotCountThreshold, in verifyFuncBFI() argument 2013 bool rawIsHot = CountValue >= HotCountThreshold; in verifyFuncBFI() 2014 bool BFIIsHot = BFICountValue >= HotCountThreshold; in verifyFuncBFI() 2215 uint64_t HotCountThreshold = 0, ColdCountThreshold = 0; in annotateAllFunctions() local 2217 HotCountThreshold = PSI->getOrCompHotCountThreshold(); in annotateAllFunctions() 2220 verifyFuncBFI(Func, LI, NBPI, HotCountThreshold, ColdCountThreshold); in annotateAllFunctions()
|