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.cpp2063 uint64_t TestHotThreshold; member in __anon209d874b1311::SampleOverlapAggregator
2187 bool IsTestHot = (TestSample >= TestHotThreshold); in updateHotBlockOverlap()
2215 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
2261 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
2562 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
2737 TestHotThreshold = in loadProfiles()