Assign this instruction's memory reference descriptor list.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

void
setMemRefs(
    MachineFunction& MF,
    ArrayRef<MachineMemOperand*> MemRefs);

Description

Unlike other methods, this allocates them into a new array associated with the provided MachineFunction.

Parameters

Name

Description

MF

Machine function used for memref allocation.

MemRefs

New list of memory operands.

Created with MrDocs