Searched refs:NotReady (Results 1 – 6 of 6) sorted by relevance
187 std::vector<SUnit*> NotReady; in listScheduleTopDown() local230 NotReady.push_back(CurSUnit); in listScheduleTopDown()234 if (!NotReady.empty()) { in listScheduleTopDown()235 AvailableQueue->push_all(NotReady); in listScheduleTopDown()236 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 (unsigned i = 0, e = NotReady.size(); i != e; ++i) { in ListScheduleBottomUp()619 NotReady[i]->isPending = false; in ListScheduleBottomUp()621 if (NotReady[i]->isAvailable) in ListScheduleBottomUp()622 AvailableQueue.push(NotReady[i]); in ListScheduleBottomUp()624 NotReady.clear(); in ListScheduleBottomUp()
517 std::vector<SUnit*> NotReady; in ListScheduleTopDown() local562 NotReady.push_back(CurSUnit); in ListScheduleTopDown()580 if (!NotReady.empty()) { in ListScheduleTopDown()581 AvailableQueue.push_all(NotReady); in ListScheduleTopDown()582 NotReady.clear(); in ListScheduleTopDown()
100 class NotReady(Base): class
73 raise exception.NotReady()
654 raise exception.NotReady()