Lines Matching defs:isReady
246 bool isReady(SUnit *SU) {
248 AvailableQueue->isReady(SU);
428 if (isReady(PredSU)) {
619 if (!isReady(PendingQueue[i]))
1652 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; }
1710 bool isReady(SUnit *SU, unsigned CurCycle) const;
1727 bool isReady(SUnit *SU, unsigned CurCycle) const;
1898 bool isReady(SUnit *U) const override {
1899 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle());
2672 bool hybrid_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const {
2719 bool ilp_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const {