Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp820 std::vector<std::pair<std::string, uint64_t>> SortedHottestFuncs; in showInstrProfile() local
822 SortedHottestFuncs.emplace_back(HottestFuncs.top()); in showInstrProfile()
827 for (auto &hotfunc : llvm::reverse(SortedHottestFuncs)) in showInstrProfile()