Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp129 int64_t &IVBump, MachineInstr *&IVOp) const;
148 int64_t IVBump,
316 int64_t &IVBump, in findInductionRegister() argument
412 IVBump = F->second.second; in findInductionRegister()
455 int64_t IVBump = 0; in getLoopTripCount() local
457 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp); in getLoopTripCount()
550 if (IVBump != 1) in getLoopTripCount()
600 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
611 int64_t IVBump, in computeCount() argument
640 if (CmpLess && IVBump < 0) in computeCount()
[all …]