Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1226 static void getFuncSampleStats(const sampleprof::FunctionSamples &Func, in getFuncSampleStats() function
1239 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()
1517 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
1522 getFuncSampleStats(Func, FuncStats, TestHotThreshold); in updateForUnmatchedCallee()
1814 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
1823 getFuncSampleStats(I.second, FuncStats, TestHotThreshold); in initializeSampleProfileOverlap()
2451 getFuncSampleStats(FuncProf, FuncStats, MinCountThreshold); in showHotFunctionList()