Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1967 uint64_t TestHotThreshold; member in __anon209d874b1211::SampleOverlapAggregator
2091 bool IsTestHot = (TestSample >= TestHotThreshold); in updateHotBlockOverlap()
2119 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
2165 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
2466 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
2641 TestHotThreshold = in loadProfiles()