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