reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1527 if(!isMoveInstr(*TRI, CopyMI, SrcReg, DstReg, SrcSubIdx, DstSubIdx)) 1530 SlotIndex Idx = LIS->getInstructionIndex(*CopyMI); 1552 CopyMI->setDesc(TII->get(TargetOpcode::IMPLICIT_DEF)); 1553 for (unsigned i = CopyMI->getNumOperands(); i != 0; --i) { 1554 MachineOperand &MO = CopyMI->getOperand(i-1); 1556 CopyMI->RemoveOperand(i-1); 1560 return CopyMI; 1617 for (MachineOperand &MO : CopyMI->operands()) 1622 return CopyMI;