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 173 releaseSuccessors(&EntrySU);
ScheduleDAGFast.cpp 154 // to be scheduled. Ignore the special EntrySU node.
155 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) {
ScheduleDAGRRList.cpp 385 // to be scheduled. Ignore the special EntrySU node.
386 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) {
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 41 MRI(mf.getRegInfo()), EntrySU(), ExitSU() {
52 EntrySU = SUnit();
PostRASchedulerList.cpp 514 ReleaseSuccessors(&EntrySU);
ScheduleDAGInstrs.cpp     [all...]
MachineScheduler.cpp 601 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU)
765 // Release all DAG roots for scheduling, not including EntrySU/ExitSU.
780 releaseSuccessors(&EntrySU);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 566 SUnit EntrySU; // Special node for the region entry.

Completed in 320 milliseconds