Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1126 static void getFuncSampleStats(const sampleprof::FunctionSamples &Func, in getFuncSampleStats() function
1139 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()
1414 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
1419 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
1710 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
1719 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
2337 getFuncSampleStats(FuncProf, FuncStats, MinCountThreshold); in showHotFunctionList()