Copy implicit register operands from MI onto this instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

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

Parameters

Name

Description

MF

Machine function used to allocate operands.

MI

Source instruction whose implicit operands are copied.

Created with MrDocs