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

  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 158 ExitSU.setInstr(ExitMI);
171 Uses[Reg].push_back(&ExitSU);
183 Uses[Reg].push_back(&ExitSU);
219 // ExitSU.
277 if (DefSU == &ExitSU)
288 if (DefSU == &ExitSU)
312 UseSU != &ExitSU) {
374 ExitSU.addPred(SDep(SU, SDep::Order, Latency,
512 if (!ExitSU.isPred(SU))
515 ExitSU.addPred(SDep(SU, SDep::Order, 0
    [all...]
PostRASchedulerList.cpp 325 ExitSU = SUnit();
561 // to be scheduled. Ignore the special ExitSU node.
562 if (SuccSU->NumPredsLeft == 0 && SuccSU != &ExitSU)
ScheduleDAG.cpp 39 EntrySU(), ExitSU() {
74 ExitSU = SUnit();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGList.cpp 124 // to be scheduled. Ignore the special ExitSU node.
125 if (SuccSU->NumPredsLeft == 0 && SuccSU != &ExitSU)
ScheduleDAGFast.cpp 525 ReleasePredecessors(&ExitSU, CurCycle);
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 498 SUnit ExitSU; // Special node for the region exit.

Completed in 165 milliseconds