Create MemoryEffectsBase that can only access argument memory.
Declared in <llvm/Support/ModRef.h>
static
MemoryEffectsBase
argMemOnly(ModRefInfo MR = ModRefInfo::ModRef);
Effects limited to argument memory.
| Name | Description |
|---|---|
| MR | Mod/ref behavior for argument memory. |