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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp174 /// and \p IVOp arguments. Otherwise it will return false.
181 /// IVBump is the immediate value added to R, and IVOp is the instruction
184 int64_t &IVBump, MachineInstr *&IVOp) const;
405 MachineInstr *&IVOp
502 IVOp = MRI->getVRegDef(F->first);
597 MachineInstr *IVOp; local
598 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp);
664 OldInsts.push_back(IVOp);

Completed in 55 milliseconds