Searched refs:NotReady (Results 1 – 3 of 3) sorted by relevance
185 std::vector<SUnit*> NotReady; in listScheduleTopDown() local228 NotReady.push_back(CurSUnit); in listScheduleTopDown()232 if (!NotReady.empty()) { in listScheduleTopDown()233 AvailableQueue->push_all(NotReady); in listScheduleTopDown()234 NotReady.clear(); in listScheduleTopDown()
540 SmallVector<SUnit*, 4> NotReady; in ListScheduleBottomUp() local555 NotReady.push_back(CurSU); in ListScheduleBottomUp()567 SUnit *TrySU = NotReady[0]; in ListScheduleBottomUp()615 for (unsigned i = 0, e = NotReady.size(); i != e; ++i) { in ListScheduleBottomUp()616 NotReady[i]->isPending = false; in ListScheduleBottomUp()618 if (NotReady[i]->isAvailable) in ListScheduleBottomUp()619 AvailableQueue.push(NotReady[i]); in ListScheduleBottomUp()621 NotReady.clear(); in ListScheduleBottomUp()
550 std::vector<SUnit*> NotReady; in ListScheduleTopDown() local596 NotReady.push_back(CurSUnit); in ListScheduleTopDown()615 if (!NotReady.empty()) { in ListScheduleTopDown()616 AvailableQueue.push_all(NotReady); in ListScheduleTopDown()617 NotReady.clear(); in ListScheduleTopDown()