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 172 releaseSuccessors(&EntrySU);
ScheduleDAGFast.cpp 153 // to be scheduled. Ignore the special EntrySU node.
154 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) {
ScheduleDAGRRList.cpp 384 // to be scheduled. Ignore the special EntrySU node.
385 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) {
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 41 EntrySU(), ExitSU() {
52 EntrySU = SUnit();
PostRASchedulerList.cpp 636 ReleaseSuccessors(&EntrySU);
MachineScheduler.cpp 395 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU)
622 // Release all DAG roots for scheduling, not including EntrySU/ExitSU.
637 releaseSuccessors(&EntrySU);
    [all...]
ScheduleDAGInstrs.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 564 SUnit EntrySU; // Special node for the region entry.

Completed in 1223 milliseconds