Searched refs:InstrPtr (Results 1 – 1 of 1) sorted by relevance
181 for (auto *InstrPtr : InsInstrs) { // for each Use in getDepth() local183 for (const MachineOperand &MO : InstrPtr->operands()) { in getDepth()201 int UseIdx = InstrPtr->findRegisterUseOperandIdx(MO.getReg()); in getDepth()203 InstrPtr, UseIdx); in getDepth()210 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()392 for (auto *InstrPtr : Instrs) { in instr2instrSC() local393 unsigned Opc = InstrPtr->getOpcode(); in instr2instrSC()484 for (auto *InstrPtr : InsInstrs) in insertDeleteInstructions() local485 MBB->insert((MachineBasicBlock::iterator)&MI, InstrPtr); in insertDeleteInstructions()487 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions() local[all …]