Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:EntrySU

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