Searched refs:lessCore (Results 1 – 2 of 2) sorted by relevance
531 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()562 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()586 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
129 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) { in lessCore() function