Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:I2

782     MachineBasicBlock::const_instr_iterator I2 = *Other;
785 ++I2;
786 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))