Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1324 uint64_t TestHotThreshold; member in __anon73ab2c7b0d11::SampleOverlapAggregator
1448 bool IsTestHot = (TestSample >= TestHotThreshold); in updateHotBlockOverlap()
1476 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
1522 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
1823 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
1997 TestHotThreshold = in loadProfiles()