Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:I2

219       MachineBasicBlock::iterator I2 = IP;
220 while (I2 != BB->begin() && (--I2)->getDesc().isTerminator())
221 IP = I2;