Append MachineMemOperand MO to this instruction's memref list.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
addMemOperand(
    MachineFunction& MF,
    MachineMemOperand* MO);

Description

Prefer setMemRefs for setting up the full list; use this only occasionally.

Parameters

Name

Description

MF

Machine function used for memref allocation.

MO

Memory operand to append.

Created with MrDocs