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 517 ReleaseSuccessors(&EntrySU);