Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SF

1540 template<class SF>
1542 SF &SortFunc;
1543 reverse_sort(SF &sf) : SortFunc(sf) {}
1732 template<class SF>
1733 static SUnit *popFromQueueImpl(std::vector<SUnit*> &Q, SF &Picker) {
1746 template<class SF>
1747 SUnit *popFromQueue(std::vector<SUnit*> &Q, SF &Picker, ScheduleDAG *DAG) {
1750 reverse_sort<SF> RPicker(Picker);
1758 template<class SF>
1760 SF Picker;
1769 : RegReductionPQBase(mf, SF::HasReadyFilter, tracksrp, srcorder,
1773 bool isBottomUp() const override { return SF::IsBottomUp; }
1791 SF DumpPicker = Picker;