Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1869 static void getFuncSampleStats(const sampleprof::FunctionSamples &Func, in getFuncSampleStats() function
1882 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()
2160 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
2165 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
2457 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
2466 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
3107 getFuncSampleStats(FuncProf, FuncStats, MinCountThreshold); in showHotFunctionList()