LLVM API Documentation

Public Member Functions | Public Attributes
MemOpLink Struct Reference
Collaboration diagram for MemOpLink:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MemOpLink (LSBaseSDNode *N, int64_t Offset, unsigned Seq)

Public Attributes

LSBaseSDNodeMemNode
int64_t OffsetFromBase
unsigned SequenceNum

Detailed Description

Holds a pointer to an LSBaseSDNode as well as information on where it is located in a sequence of memory operations connected by a chain.

Definition at line 9120 of file DAGCombiner.cpp.


Constructor & Destructor Documentation

MemOpLink::MemOpLink ( LSBaseSDNode N,
int64_t  Offset,
unsigned  Seq 
) [inline]

Definition at line 9121 of file DAGCombiner.cpp.


Member Data Documentation

Definition at line 9124 of file DAGCombiner.cpp.

Definition at line 9126 of file DAGCombiner.cpp.

Definition at line 9129 of file DAGCombiner.cpp.


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