Lines Matching refs:I2
241 MachineBasicBlock::iterator I2 = IP;242 while (I2 != BB->begin() && (--I2)->isTerminator())243 IP = I2;