Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1693 struct src_ls_rr_sort : public queue_sort { struct
1701 src_ls_rr_sort(RegReductionPQBase *spq) : SPQ(spq) {} in src_ls_rr_sort() argument
1932 using SrcRegReductionPriorityQueue = RegReductionPriorityQueue<src_ls_rr_sort>;
2661 bool src_ls_rr_sort::operator()(SUnit *left, SUnit *right) const { in operator ()()