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 174 releaseSuccessors(&EntrySU);
ScheduleDAGFast.cpp 154 // to be scheduled. Ignore the special EntrySU node.
155 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) {
ScheduleDAGRRList.cpp 386 // to be scheduled. Ignore the special EntrySU node.
387 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) {
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 42 EntrySU(), ExitSU() {
53 EntrySU = SUnit();
PostRASchedulerList.cpp 500 ReleaseSuccessors(&EntrySU);
ScheduleDAGInstrs.cpp     [all...]
MachineScheduler.cpp 582 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU)
746 // Release all DAG roots for scheduling, not including EntrySU/ExitSU.
761 releaseSuccessors(&EntrySU);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 560 SUnit EntrySU; // Special node for the region entry.

Completed in 95 milliseconds