Home
last modified time | relevance | path

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

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