Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp542 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()]; in ListScheduleBottomUp() local
543 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!"); in ListScheduleBottomUp()
544 RootSU->isAvailable = true; in ListScheduleBottomUp()
545 AvailableQueue.push(RootSU); in ListScheduleBottomUp()
H A DScheduleDAGRRList.cpp1610 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()]; in ListScheduleBottomUp() local
1611 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!"); in ListScheduleBottomUp()
1612 RootSU->isAvailable = true; in ListScheduleBottomUp()
1613 AvailableQueue->push(RootSU); in ListScheduleBottomUp()