Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1245 uint64_t BaseHotThreshold; member in __anon4e4d357f0c11::SampleOverlapAggregator
1369 bool IsBaseHot = (BaseSample >= BaseHotThreshold); in updateHotBlockOverlap()
1394 getHotFunctions(BaseStats, BaseHotFunc, BaseHotThreshold); in computeHotFuncOverlap()
1439 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
1735 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
1916 BaseHotThreshold = SummaryEntry.MinCount; in loadProfiles()