Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1358 FuncSampleStatsMap &HotFunc,
1462 const FuncSampleStatsMap &ProfStats, FuncSampleStatsMap &HotFunc, in getHotFunctions() argument
1466 HotFunc.emplace(F.first, F.second); in getHotFunctions()
2442 HotFunc; in showHotFunctionList() local
2454 HotFunc.emplace(FuncProf.getTotalSamples(), in showHotFunctionList()
2467 for (const auto &FuncPair : HotFunc) { in showHotFunctionList()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp671 BinaryFunction *HotFunc = getBinaryFunctionContainingAddress(HotAddr); in getLocationName() local
672 if (HotFunc) in getLocationName()
673 OrigFunc = HotFunc; in getLocationName()