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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 170 releaseSuccessors(&EntrySU);
ScheduleDAGFast.cpp 148 // to be scheduled. Ignore the special EntrySU node.
149 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) {
ScheduleDAGRRList.cpp 364 // to be scheduled. Ignore the special EntrySU node.
365 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 360 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU)
409 releaseSuccessors(&EntrySU);
ScheduleDAG.cpp 41 EntrySU(), ExitSU() {
52 EntrySU = SUnit();
PostRASchedulerList.cpp 653 ReleaseSuccessors(&EntrySU);
ScheduleDAGInstrs.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 502 SUnit EntrySU; // Special node for the region entry.

Completed in 572 milliseconds