Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OldI

528   succ_iterator OldI = E;
531 OldI = I;
537 if (OldI != E)
541 assert(OldI != E && "Old is not a successor of this block");
547 *OldI = New;
554 weight_iterator OldWI = getWeightIterator(OldI);
558 Successors.erase(OldI);