Searched refs:isCopyInstr (Results 1 – 2 of 2) sorted by relevance
866 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Source, in isCopyInstr() function
563 if (!TII->isCopyInstr(MI, SrcRegOp, DestRegOp) || !SrcRegOp->isKill() || in transferRegisterCopy()