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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 529 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()];
530 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!");
531 RootSU->isAvailable = true;
532 AvailableQueue.push(RootSU);
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 540 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()];
541 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!");
542 RootSU->isAvailable = true;
543 AvailableQueue.push(RootSU);
ScheduleDAGRRList.cpp     [all...]

Completed in 53 milliseconds