Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1686 struct src_ls_rr_sort : public queue_sort { struct
1694 src_ls_rr_sort(RegReductionPQBase *spq) : SPQ(spq) {} in src_ls_rr_sort() function
1925 using SrcRegReductionPriorityQueue = RegReductionPriorityQueue<src_ls_rr_sort>;
2653 bool src_ls_rr_sort::operator()(SUnit *left, SUnit *right) const { in operator ()()