Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp196 SmallVectorImpl<MachineInstr *> &OldInsts);
570 SmallVectorImpl<MachineInstr *> &OldInsts) { in getLoopTripCount() argument
667 OldInsts.push_back(CondI); in getLoopTripCount()
668 OldInsts.push_back(IVOp); in getLoopTripCount()
709 OldInsts.push_back(MRI->getVRegDef(R)); in getLoopTripCount()
719 OldInsts.push_back(MRI->getVRegDef(R)); in getLoopTripCount()
1204 SmallVector<MachineInstr*, 2> OldInsts; in convertToHardwareLoop() local
1206 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
1301 for (unsigned i = 0; i < OldInsts.size(); ++i) in convertToHardwareLoop()
1302 removeIfDead(OldInsts[i]); in convertToHardwareLoop()