Home
last modified time | relevance | path

Searched refs:RootSU (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp532 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()]; in ListScheduleBottomUp() local
533 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!"); in ListScheduleBottomUp()
534 RootSU->isAvailable = true; in ListScheduleBottomUp()
535 AvailableQueue.push(RootSU); in ListScheduleBottomUp()
DScheduleDAGRRList.cpp1603 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()]; in ListScheduleBottomUp() local
1604 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!"); in ListScheduleBottomUp()
1605 RootSU->isAvailable = true; in ListScheduleBottomUp()
1606 AvailableQueue->push(RootSU); in ListScheduleBottomUp()