Return true if I can have !mmra metadata.
Synopsis
Declared in <llvm/IR/MemoryModelRelaxationAnnotations.h>
bool
canInstructionHaveMMRAs(Instruction const& I);
Return Value
True if I can have !mmra metadata.
Parameters
Name |
Description |
I |
Instruction to inspect. |
Created with MrDocs