Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp531 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()
H A DHexagonShuffler.h129 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) { in lessCore() function