Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1442 struct td_ls_rr_sort : public queue_sort { struct
1449 td_ls_rr_sort(RegReductionPQBase *spq) : SPQ(spq) {} in td_ls_rr_sort() argument
1450 td_ls_rr_sort(const td_ls_rr_sort &RHS) : SPQ(RHS.SPQ) {} in td_ls_rr_sort() argument
1695 typedef RegReductionPriorityQueue<td_ls_rr_sort>
2912 bool td_ls_rr_sort::operator()(const SUnit *left, const SUnit *right) const { in operator ()()