Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1810 static void getFuncSampleStats(const sampleprof::FunctionSamples &Func, in getFuncSampleStats() function
1823 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()
2101 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
2106 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
2398 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
2407 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
3032 getFuncSampleStats(FuncProf, FuncStats, MinCountThreshold); in showHotFunctionList()