Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1246 uint64_t TestHotThreshold; member in __anon4e4d357f0c11::SampleOverlapAggregator
1370 bool IsTestHot = (TestSample >= TestHotThreshold); in updateHotBlockOverlap()
1398 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
1444 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
1744 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
1924 TestHotThreshold = SummaryEntry.MinCount; in loadProfiles()