Append MachineMemOperand MO to this instruction's memref list.
Declared in <llvm/CodeGen/MachineInstr.h>
void
addMemOperand(
MachineFunction& MF,
MachineMemOperand* MO);
Prefer setMemRefs for setting up the full list; use this only occasionally.
| Name | Description |
|---|---|
| MF | Machine function used for memref allocation. |
| MO | Memory operand to append. |