Home | History | Annotate | Download | only in CodeGen

Lines Matching full:oldi

531   succ_iterator OldI = E;
534 OldI = I;
540 if (OldI != E)
544 assert(OldI != E && "Old is not a successor of this block");
550 *OldI = New;
557 weight_iterator OldWI = getWeightIterator(OldI);
561 Successors.erase(OldI);