Searched refs:NotReady (Results 1 – 3 of 3) sorted by relevance
178 std::vector<SUnit*> NotReady; in listScheduleTopDown() local 221 NotReady.push_back(CurSUnit); in listScheduleTopDown() 225 if (!NotReady.empty()) { in listScheduleTopDown() 226 AvailableQueue->push_all(NotReady); in listScheduleTopDown() 227 NotReady.clear(); in listScheduleTopDown()
550 SmallVector<SUnit*, 4> NotReady; in ListScheduleBottomUp() local565 NotReady.push_back(CurSU); in ListScheduleBottomUp()577 SUnit *TrySU = NotReady[0]; in ListScheduleBottomUp()625 for (SUnit *SU : NotReady) { in ListScheduleBottomUp()631 NotReady.clear(); in ListScheduleBottomUp()
545 std::vector<SUnit*> NotReady; in ListScheduleTopDown() local591 NotReady.push_back(CurSUnit); in ListScheduleTopDown()610 if (!NotReady.empty()) { in ListScheduleTopDown()611 AvailableQueue.push_all(NotReady); in ListScheduleTopDown()612 NotReady.clear(); in ListScheduleTopDown()