Lines Matching refs:InstrPtr
131 for (auto *InstrPtr : InsInstrs) { // for each Use in getDepth() local
133 DEBUG(dbgs() << "NEW INSTR "; InstrPtr->dump(); dbgs() << "\n";); in getDepth()
134 for (unsigned i = 0, e = InstrPtr->getNumOperands(); i != e; ++i) { in getDepth()
135 const MachineOperand &MO = InstrPtr->getOperand(i); in getDepth()
154 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()
161 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()
259 for (auto *InstrPtr : Instrs) { in instr2instrSC() local
260 unsigned Opc = InstrPtr->getOpcode(); in instr2instrSC()
377 for (auto *InstrPtr : InsInstrs) in combineInstructions() local
379 (MachineInstr *)InstrPtr); in combineInstructions()
380 for (auto *InstrPtr : DelInstrs) in combineInstructions() local
381 InstrPtr->eraseFromParentAndMarkDBGValuesForRemoval(); in combineInstructions()
393 for (auto *InstrPtr : InsInstrs) { in combineInstructions() local
395 MF->DeleteMachineInstr((MachineInstr *)InstrPtr); in combineInstructions()