Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp157 int64_t &IVBump, MachineInstr *&IVOp) const;
385 MachineInstr *&IVOp in findInductionRegister()
483 IVOp = MRI->getVRegDef(F->first); in findInductionRegister()
564 MachineInstr *IVOp; in getLoopTripCount() local
565 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp); in getLoopTripCount()
631 OldInsts.push_back(IVOp); in getLoopTripCount()