Searched refs:IVReg (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 179 const MachineOperand *End, unsigned IVReg, 562 unsigned IVReg = 0; in getLoopTripCount() local 565 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp); in getLoopTripCount() 572 MachineInstr *IV_Phi = MRI->getVRegDef(IVReg); in getLoopTripCount() 579 IVReg = IV_Phi->getOperand(i).getReg(); // Want IV reg after bump. in getLoopTripCount() 645 if (Op2.isImm() || Op1.getReg() == IVReg) in getLoopTripCount() 679 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount() 689 unsigned IVReg, in computeCount() argument
|