Lines Matching refs:isReady
213 bool isReady(SUnit *SU) { in isReady() function in __anon884f54d00111::ScheduleDAGRRList
215 AvailableQueue->isReady(SU); in isReady()
393 if (isReady(PredSU)) { in ReleasePred()
588 if (!isReady(PendingQueue[i])) in ReleasePending()
1543 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady() function
1599 bool isReady(SUnit *SU, unsigned CurCycle) const;
1616 bool isReady(SUnit *SU, unsigned CurCycle) const;
1782 bool isReady(SUnit *U) const override { in isReady() function in __anon884f54d00211::RegReductionPriorityQueue
1783 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle()); in isReady()
2526 bool hybrid_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const { in isReady() function in hybrid_ls_rr_sort
2573 bool ilp_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const { in isReady() function in ilp_ls_rr_sort