|
LLVM
3.7.0
|
LocationMRInfo - This pair captures info about whether a specific location is modified or referenced by a libcall. More...
#include <LibCallSemantics.h>
Public Attributes | |
| unsigned | LocationID |
| LocationID - ID # of the accessed location or ~0U for array end. More... | |
| AliasAnalysis::ModRefResult | MRInfo |
| MRInfo - Mod/Ref info for this location. More... | |
LocationMRInfo - This pair captures info about whether a specific location is modified or referenced by a libcall.
Definition at line 78 of file LibCallSemantics.h.
| unsigned llvm::LibCallFunctionInfo::LocationMRInfo::LocationID |
LocationID - ID # of the accessed location or ~0U for array end.
Definition at line 80 of file LibCallSemantics.h.
| AliasAnalysis::ModRefResult llvm::LibCallFunctionInfo::LocationMRInfo::MRInfo |
MRInfo - Mod/Ref info for this location.
Definition at line 82 of file LibCallSemantics.h.
1.8.6