Copy implicit register operands from MI onto this instruction.
Declared in <llvm/CodeGen/MachineInstr.h>
void
copyImplicitOps(
MachineFunction& MF,
MachineInstr const& MI);
| Name | Description |
|---|---|
| MF | Machine function used to allocate operands. |
| MI | Source instruction whose implicit operands are copied. |