Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp184 int64_t &IVBump, MachineInstr *&IVOp) const;
407 MachineInstr *&IVOp in findInductionRegister()
505 IVOp = MRI->getVRegDef(F->first); in findInductionRegister()
600 MachineInstr *IVOp; in getLoopTripCount() local
601 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp); in getLoopTripCount()
668 OldInsts.push_back(IVOp); in getLoopTripCount()