Home
last modified time | relevance | path

Searched refs:IVReg (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp206 const MachineOperand *End, Register IVReg,
598 Register IVReg = 0; in getLoopTripCount() local
601 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp); in getLoopTripCount()
608 MachineInstr *IV_Phi = MRI->getVRegDef(IVReg); in getLoopTripCount()
615 IVReg = IV_Phi->getOperand(i).getReg(); // Want IV reg after bump. in getLoopTripCount()
682 if (Op2.isImm() || Op1.getReg() == IVReg) in getLoopTripCount()
722 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
732 Register IVReg, in computeCount() argument