Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2312 for (auto &hotfunc : llvm::reverse(SortedHottestFuncs)) in showInstrProfile() local
2313 OS << " " << hotfunc.first << ", max count = " << hotfunc.second << "\n"; in showInstrProfile()