Searched refs:NotReady (Results 1 – 3 of 3) sorted by relevance
178 std::vector<SUnit*> NotReady; in listScheduleTopDown() local221 NotReady.push_back(CurSUnit); in listScheduleTopDown()225 if (!NotReady.empty()) { in listScheduleTopDown()226 AvailableQueue->push_all(NotReady); in listScheduleTopDown()227 NotReady.clear(); in listScheduleTopDown()
557 SmallVector<SUnit*, 4> NotReady; in ListScheduleBottomUp() local572 NotReady.push_back(CurSU); in ListScheduleBottomUp()584 SUnit *TrySU = NotReady[0]; in ListScheduleBottomUp()632 for (unsigned i = 0, e = NotReady.size(); i != e; ++i) { in ListScheduleBottomUp()633 NotReady[i]->isPending = false; in ListScheduleBottomUp()635 if (NotReady[i]->isAvailable) in ListScheduleBottomUp()636 AvailableQueue.push(NotReady[i]); in ListScheduleBottomUp()638 NotReady.clear(); in ListScheduleBottomUp()
546 std::vector<SUnit*> NotReady; in ListScheduleTopDown() local592 NotReady.push_back(CurSUnit); in ListScheduleTopDown()611 if (!NotReady.empty()) { in ListScheduleTopDown()612 AvailableQueue.push_all(NotReady); in ListScheduleTopDown()613 NotReady.clear(); in ListScheduleTopDown()