HomeSort by relevance Sort by last modified time
    Searched refs:RootSU (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 534 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()];
535 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!");
536 RootSU->isAvailable = true;
537 AvailableQueue.push(RootSU);
ScheduleDAGRRList.cpp     [all...]

Completed in 105 milliseconds