Home | History | Annotate | Download | only in compiler

Lines Matching refs:succ

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