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.cpp174 std::vector<SUnit*> NotReady; in listScheduleTopDown() local
217 NotReady.push_back(CurSUnit); in listScheduleTopDown()
221 if (!NotReady.empty()) { in listScheduleTopDown()
222 AvailableQueue->push_all(NotReady); in listScheduleTopDown()
223 NotReady.clear(); in listScheduleTopDown()
H A DScheduleDAGFast.cpp543 SmallVector<SUnit*, 4> NotReady; in ListScheduleBottomUp() local
558 NotReady.push_back(CurSU); in ListScheduleBottomUp()
570 SUnit *TrySU = NotReady[0]; in ListScheduleBottomUp()
618 for (SUnit *SU : NotReady) { in ListScheduleBottomUp()
624 NotReady.clear(); in ListScheduleBottomUp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp567 std::vector<SUnit*> NotReady; in ListScheduleTopDown() local
613 NotReady.push_back(CurSUnit); in ListScheduleTopDown()
632 if (!NotReady.empty()) { in ListScheduleTopDown()
633 AvailableQueue.push_all(NotReady); in ListScheduleTopDown()
634 NotReady.clear(); in ListScheduleTopDown()