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

/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp121 /// and \p IVOp arguments. Otherwise it will return false.
128 /// IVBump is the immediate value added to R, and IVOp is the instruction
131 int64_t &IVBump, MachineInstr *&IVOp) const;
322 MachineInstr *&IVOp
418 IVOp = MRI->getVRegDef(F->first);
461 MachineInstr *IVOp; local
462 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp);
514 OldInsts.push_back(IVOp);

Completed in 155 milliseconds