Searched refs:hotfunc (Results 1 – 1 of 1) sorted by relevance
701 for (auto &hotfunc : llvm::reverse(SortedHottestFuncs)) in showInstrProfile() local702 OS << " " << hotfunc.first << ", max count = " << hotfunc.second << "\n"; in showInstrProfile()