Searched refs:PHIInst (Results 1 – 1 of 1) sorted by relevance
405 MachineInstr &PHIInst = *Iter; in moveAndUpdatePHIs() local406 for (unsigned i = 2, e = PHIInst.getNumOperands() + 1; i != e; i += 2) { in moveAndUpdatePHIs()407 MachineOperand &MO = PHIInst.getOperand(i); in moveAndUpdatePHIs()