Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1412 struct reverse_sort : public queue_sort { struct
1413 SF &SortFunc;
1414 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() function
1415 reverse_sort(const reverse_sort &RHS) : SortFunc(RHS.SortFunc) {} in reverse_sort() function
1417 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1633 struct reverse_sort : public queue_sort { struct
1634 SF &SortFunc;
1636 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() argument
1638 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1545 struct reverse_sort : public queue_sort { struct
1546 SF &SortFunc;
1547 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() argument
1549 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
/external/elfutils/src/
Dnm.c180 static bool reverse_sort; variable