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