Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2062 uint64_t BaseHotThreshold; member in __anon209d874b1311::SampleOverlapAggregator
2186 bool IsBaseHot = (BaseSample >= BaseHotThreshold); in updateHotBlockOverlap()
2211 getHotFunctions(BaseStats, BaseHotFunc, BaseHotThreshold); in computeHotFuncOverlap()
2256 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
2553 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
2735 BaseHotThreshold = in loadProfiles()