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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp532 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()]; local
533 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!");
534 RootSU->isAvailable = true;
535 AvailableQueue.push(RootSU);
H A DScheduleDAGRRList.cpp1603 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()]; local
1604 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!");
1605 RootSU->isAvailable = true;
1606 AvailableQueue->push(RootSU);

Completed in 118 milliseconds