Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DstOp

1604   const MachineOperand &DstOp = Copy->getOperand(0);
1605 unsigned DstReg = DstOp.getReg();
1606 if (!TargetRegisterInfo::isVirtualRegister(DstReg) || DstOp.isDead())