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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp196 SmallVectorImpl<MachineInstr *> &OldInsts);
567 SmallVectorImpl<MachineInstr *> &OldInsts) {
663 OldInsts.push_back(CondI);
664 OldInsts.push_back(IVOp);
705 OldInsts.push_back(MRI->getVRegDef(R));
715 OldInsts.push_back(MRI->getVRegDef(R));
1203 SmallVector<MachineInstr*, 2> OldInsts; local
1205 CountValue *TripCount = getLoopTripCount(L, OldInsts);
1305 for (unsigned i = 0; i < OldInsts.size(); ++i)
1306 removeIfDead(OldInsts[
566 getLoopTripCount(MachineLoop *L, SmallVectorImpl<MachineInstr *> &OldInsts) argument
[all...]

Completed in 77 milliseconds