Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:EntrySU

386   // to be scheduled. Ignore the special EntrySU node.
387 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) {