Home | History | Annotate | Download | only in CodeGen

Lines Matching full:oldi

681       for (Instruction &OldI : *OldBlock) {
682 auto *OldPN = dyn_cast<PHINode>(&OldI);
733 auto *OldI = dyn_cast<Instruction>(const_cast<Value *>(VT.first));
734 if (!OldI)
739 for (Use &U : OldI->uses()) {
754 // We found a use of OldI outside of the funclet. Rename all uses of OldI
758 SSAUpdate.Initialize(OldI->getType(), OldI->getName());
759 SSAUpdate.AddAvailableValue(OldI->getParent(), OldI);