Home
last modified time | relevance | path

Searched defs:reverse_sort (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1657 struct reverse_sort : public queue_sort { struct
1658 SF &SortFunc;
1660 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() function
1662 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
/freebsd/usr.bin/sort/
H A Dradixsort.c54 static bool reverse_sort; variable