Searched refs:sorted_hist (Results 1 – 2 of 2) sorted by relevance
213 std::vector<std::pair<uint32_t, uint32_t>> sorted_hist(hist.begin(), in WriteOpcodeMarkov() local215 std::sort(sorted_hist.begin(), sorted_hist.end(), in WriteOpcodeMarkov()223 for (const auto& pair : sorted_hist) { in WriteOpcodeMarkov()