Searched refs:SortedHottestFuncs (Results 1 – 1 of 1) sorted by relevance
694 std::vector<std::pair<std::string, uint64_t>> SortedHottestFuncs; in showInstrProfile() local696 SortedHottestFuncs.emplace_back(HottestFuncs.top()); in showInstrProfile()701 for (auto &hotfunc : llvm::reverse(SortedHottestFuncs)) in showInstrProfile()