Home
last modified time | relevance | path

Searched refs:NotReady (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp178 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()
H A DScheduleDAGFast.cpp550 SmallVector<SUnit*, 4> NotReady; in ListScheduleBottomUp() local
565 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp545 std::vector<SUnit*> NotReady; in ListScheduleTopDown() local
591 NotReady.push_back(CurSUnit); in ListScheduleTopDown()
610 if (!NotReady.empty()) { in ListScheduleTopDown()
611 AvailableQueue.push_all(NotReady); in ListScheduleTopDown()
612 NotReady.clear(); in ListScheduleTopDown()