llvm::MachineInstr::copyImplicitOps

Copy implicit register operands from MI onto this instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
copyImplicitOps(
    MachineFunction& MF,
    MachineInstr const& MI);

Parameters

NameDescription
MFMachine function used to allocate operands.
MISource instruction whose implicit operands are copied.