Home | History | Annotate | Download | only in compiler

Lines Matching full:succ

724   for (RpoNumber succ : block->successors()) {
725 os << " B" << succ.ToInt();