LLVM API Documentation

Public Attributes
llvm::LibCallFunctionInfo::LocationMRInfo Struct Reference

#include <LibCallSemantics.h>

Collaboration diagram for llvm::LibCallFunctionInfo::LocationMRInfo:
Collaboration graph
[legend]

List of all members.

Public Attributes

unsigned LocationID
 LocationID - ID # of the accessed location or ~0U for array end.
AliasAnalysis::ModRefResult MRInfo
 MRInfo - Mod/Ref info for this location.

Detailed Description

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.


Member Data Documentation

LocationID - ID # of the accessed location or ~0U for array end.

Definition at line 80 of file LibCallSemantics.h.

MRInfo - Mod/Ref info for this location.

Definition at line 82 of file LibCallSemantics.h.


The documentation for this struct was generated from the following file: