Return true if this instruction could possibly read memory.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
mayLoad(QueryType Type = AnyInBundle) const;
Not limited to simple loads; the value may also be modified.
True if the instruction may load.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |