Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp187 std::vector<SUnit*> NotReady; in listScheduleTopDown() local
230 NotReady.push_back(CurSUnit); in listScheduleTopDown()
234 if (!NotReady.empty()) { in listScheduleTopDown()
235 AvailableQueue->push_all(NotReady); in listScheduleTopDown()
236 NotReady.clear(); in listScheduleTopDown()
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 (unsigned i = 0, e = NotReady.size(); i != e; ++i) { in ListScheduleBottomUp()
619 NotReady[i]->isPending = false; in ListScheduleBottomUp()
621 if (NotReady[i]->isAvailable) in ListScheduleBottomUp()
622 AvailableQueue.push(NotReady[i]); in ListScheduleBottomUp()
624 NotReady.clear(); in ListScheduleBottomUp()
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp517 std::vector<SUnit*> NotReady; in ListScheduleTopDown() local
562 NotReady.push_back(CurSUnit); in ListScheduleTopDown()
580 if (!NotReady.empty()) { in ListScheduleTopDown()
581 AvailableQueue.push_all(NotReady); in ListScheduleTopDown()
582 NotReady.clear(); in ListScheduleTopDown()
/external/chromium_org/tools/grit/grit/
Dexception.py100 class NotReady(Base): class
/external/chromium_org/tools/grit/grit/gather/
Dskeleton_gatherer.py73 raise exception.NotReady()
Dtr_html.py654 raise exception.NotReady()