Home | History | Annotate | Download | only in IPO

Lines Matching refs:I2

776        I2 = NF->arg_begin(); I != E; ++I) {
780 I->replaceAllUsesWith(I2);
781 I2->takeName(I);
782 AA.replaceWithNewValue(I, I2);
783 ++I2;
805 I2->setName(I->getName()+"."+Twine(i));
806 new StoreInst(I2++, Idx, InsertPt);
830 I2->setName(I->getName()+".val");
831 LI->replaceAllUsesWith(I2);
832 AA.replaceWithNewValue(LI, I2);
848 Function::arg_iterator TheArg = I2;
877 // Increment I2 past all of the arguments added for this promoted pointer.
878 std::advance(I2, ArgIndices.size());