Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1221 uint64_t TestHotThreshold; member in __anon611ca1760c11::SampleOverlapAggregator
1345 bool IsTestHot = (TestSample >= TestHotThreshold); in updateHotBlockOverlap()
1373 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
1419 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
1719 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
1897 TestHotThreshold = SummaryEntry.MinCount; in loadProfiles()