Searched refs:InstrPtr (Results 1 – 2 of 2) sorted by relevance
168 for (auto *InstrPtr : InsInstrs) { // for each Use in getDepth() local170 for (const MachineOperand &MO : InstrPtr->operands()) { in getDepth()188 int UseIdx = InstrPtr->findRegisterUseOperandIdx(MO.getReg()); in getDepth()190 InstrPtr, UseIdx); in getDepth()197 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()359 for (auto *InstrPtr : Instrs) { in instr2instrSC() local360 unsigned Opc = InstrPtr->getOpcode(); in instr2instrSC()435 for (auto *InstrPtr : InsInstrs) in insertDeleteInstructions() local436 MBB->insert((MachineBasicBlock::iterator)&MI, InstrPtr); in insertDeleteInstructions()438 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions() local[all …]
135 for (auto *InstrPtr : InsInstrs) { // for each Use in getDepth() local137 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() local295 unsigned Opc = InstrPtr->getOpcode(); in instr2instrSC()426 for (auto *InstrPtr : InsInstrs) in combineInstructions() local427 MBB->insert((MachineBasicBlock::iterator) &MI, InstrPtr); in combineInstructions()428 for (auto *InstrPtr : DelInstrs) in combineInstructions() local[all …]