Home
last modified time | relevance | path

Searched refs:BaseHotThreshold (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1323 uint64_t BaseHotThreshold; member in __anon73ab2c7b0d11::SampleOverlapAggregator
1447 bool IsBaseHot = (BaseSample >= BaseHotThreshold); in updateHotBlockOverlap()
1472 getHotFunctions(BaseStats, BaseHotFunc, BaseHotThreshold); in computeHotFuncOverlap()
1517 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
1814 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
1995 BaseHotThreshold = in loadProfiles()