Lines Matching refs:InstrPtr
135 for (auto *InstrPtr : InsInstrs) { // for each Use in getDepth() local
137 DEBUG(dbgs() << "NEW INSTR "; InstrPtr->dump(); dbgs() << "\n";); in getDepth()
138 for (const MachineOperand &MO : InstrPtr->operands()) { in getDepth()
157 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()
164 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()
294 for (auto *InstrPtr : Instrs) { in instr2instrSC() local
295 unsigned Opc = InstrPtr->getOpcode(); in instr2instrSC()
426 for (auto *InstrPtr : InsInstrs) in combineInstructions() local
427 MBB->insert((MachineBasicBlock::iterator) &MI, InstrPtr); in combineInstructions()
428 for (auto *InstrPtr : DelInstrs) in combineInstructions() local
429 InstrPtr->eraseFromParentAndMarkDBGValuesForRemoval(); in combineInstructions()
442 for (auto *InstrPtr : InsInstrs) in combineInstructions() local
443 MF->DeleteMachineInstr(InstrPtr); in combineInstructions()