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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGList.cpp 162 ReleaseSuccessors(&EntrySU);
ScheduleDAGFast.cpp 148 // to be scheduled. Ignore the special EntrySU node.
149 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/
PostRASchedulerList.cpp 324 EntrySU = SUnit();
603 ReleaseSuccessors(&EntrySU);
ScheduleDAG.cpp 39 EntrySU(), ExitSU() {
73 EntrySU = SUnit();
ScheduleDAGInstrs.cpp 650 if (SU == &EntrySU)
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 497 SUnit EntrySU; // Special node for the region entry.

Completed in 160 milliseconds