Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:isReady

212   bool isReady(SUnit *SU) {
214 AvailableQueue->isReady(SU);
392 if (isReady(PredSU)) {
587 if (!isReady(PendingQueue[i]))
1534 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; }
1596 bool isReady(SUnit *SU, unsigned CurCycle) const;
1615 bool isReady(SUnit *SU, unsigned CurCycle) const;
1781 bool isReady(SUnit *U) const {
1782 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle());
2525 bool hybrid_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const {
2572 bool ilp_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const {