Searched refs:NotReady (Results 1 – 3 of 3) sorted by relevance
174 std::vector<SUnit*> NotReady; in listScheduleTopDown() local217 NotReady.push_back(CurSUnit); in listScheduleTopDown()221 if (!NotReady.empty()) { in listScheduleTopDown()222 AvailableQueue->push_all(NotReady); in listScheduleTopDown()223 NotReady.clear(); in listScheduleTopDown()
543 SmallVector<SUnit*, 4> NotReady; in ListScheduleBottomUp() local558 NotReady.push_back(CurSU); in ListScheduleBottomUp()570 SUnit *TrySU = NotReady[0]; in ListScheduleBottomUp()618 for (SUnit *SU : NotReady) { in ListScheduleBottomUp()624 NotReady.clear(); in ListScheduleBottomUp()
567 std::vector<SUnit*> NotReady; in ListScheduleTopDown() local613 NotReady.push_back(CurSUnit); in ListScheduleTopDown()632 if (!NotReady.empty()) { in ListScheduleTopDown()633 AvailableQueue.push_all(NotReady); in ListScheduleTopDown()634 NotReady.clear(); in ListScheduleTopDown()