LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
MemOpLink Struct Reference
Collaboration diagram for MemOpLink:
Collaboration graph
[legend]

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 8579 of file DAGCombiner.cpp.

Constructor & Destructor Documentation

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

Definition at line 8580 of file DAGCombiner.cpp.

Member Data Documentation

LSBaseSDNode* MemOpLink::MemNode

Definition at line 8583 of file DAGCombiner.cpp.

int64_t MemOpLink::OffsetFromBase

Definition at line 8585 of file DAGCombiner.cpp.

Referenced by ConsecutiveMemoryChainSorter::operator()().

unsigned MemOpLink::SequenceNum

Definition at line 8588 of file DAGCombiner.cpp.


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