Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SortFunc

1413   SF &SortFunc;
1414 reverse_sort(SF &sf) : SortFunc(sf) {}
1415 reverse_sort(const reverse_sort &RHS) : SortFunc(RHS.SortFunc) {}
1418 // reverse left/right rather than simply !SortFunc(left, right)
1420 return SortFunc(right, left);