Searched refs:IV_Phi (Results 1 – 1 of 1) sorted by relevance
464 MachineInstr *IV_Phi = MRI->getVRegDef(IVReg); in getLoopTripCount() local465 for (unsigned i = 1, n = IV_Phi->getNumOperands(); i < n; i += 2) { in getLoopTripCount()466 MachineBasicBlock *MBB = IV_Phi->getOperand(i+1).getMBB(); in getLoopTripCount()468 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount()470 IVReg = IV_Phi->getOperand(i).getReg(); // Want IV reg after bump. in getLoopTripCount()