Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1151 static void getFuncSampleStats(const sampleprof::FunctionSamples &Func, in getFuncSampleStats() function
1164 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()
1439 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
1444 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
1735 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
1744 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
2371 getFuncSampleStats(FuncProf, FuncStats, MinCountThreshold); in showHotFunctionList()