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

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp147 /// and \p IVOp arguments. Otherwise it will return false.
154 /// IVBump is the immediate value added to R, and IVOp is the instruction
157 int64_t &IVBump, MachineInstr *&IVOp) const;
383 MachineInstr *&IVOp
481 IVOp = MRI->getVRegDef(F->first);
562 MachineInstr *IVOp; local
563 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp);
629 OldInsts.push_back(IVOp);

Completed in 51 milliseconds