Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp169 SmallVectorImpl<MachineInstr *> &OldInsts);
534 SmallVectorImpl<MachineInstr *> &OldInsts) { in getLoopTripCount() argument
630 OldInsts.push_back(CondI); in getLoopTripCount()
631 OldInsts.push_back(IVOp); in getLoopTripCount()
669 OldInsts.push_back(MRI->getVRegDef(R)); in getLoopTripCount()
676 OldInsts.push_back(MRI->getVRegDef(R)); in getLoopTripCount()
1165 SmallVector<MachineInstr*, 2> OldInsts; in convertToHardwareLoop() local
1167 CountValue *TripCount = getLoopTripCount(L, OldInsts); in convertToHardwareLoop()
1267 for (unsigned i = 0; i < OldInsts.size(); ++i) in convertToHardwareLoop()
1268 removeIfDead(OldInsts[i]); in convertToHardwareLoop()