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.cpp1966 uint64_t BaseHotThreshold; member in __anon209d874b1211::SampleOverlapAggregator
2090 bool IsBaseHot = (BaseSample >= BaseHotThreshold); in updateHotBlockOverlap()
2115 getHotFunctions(BaseStats, BaseHotFunc, BaseHotThreshold); in computeHotFuncOverlap()
2160 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
2457 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
2639 BaseHotThreshold = in loadProfiles()