Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SF

1503 template<class SF>
1505 SF &SortFunc;
1506 reverse_sort(SF &sf) : SortFunc(sf) {}
1703 template<class SF>
1704 static SUnit *popFromQueueImpl(std::vector<SUnit*> &Q, SF &Picker) {
1717 template<class SF>
1718 SUnit *popFromQueue(std::vector<SUnit*> &Q, SF &Picker, ScheduleDAG *DAG) {
1721 reverse_sort<SF> RPicker(Picker);
1729 template<class SF>
1731 SF Picker;
1740 : RegReductionPQBase(mf, SF::HasReadyFilter, tracksrp, srcorder,
1744 bool isBottomUp() const { return SF::IsBottomUp; }
1761 SF DumpPicker = Picker;