Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1908 uint64_t TestHotThreshold; member in __anon4d4e49c11211::SampleOverlapAggregator
2032 bool IsTestHot = (TestSample >= TestHotThreshold); in updateHotBlockOverlap()
2060 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
2106 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
2407 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
2582 TestHotThreshold = in loadProfiles()