LLVM API Documentation
Public Member Functions | |
MemOpLink (LSBaseSDNode *N, int64_t Offset, unsigned Seq) | |
Public Attributes | |
LSBaseSDNode * | MemNode |
int64_t | OffsetFromBase |
unsigned | SequenceNum |
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.
MemOpLink::MemOpLink | ( | LSBaseSDNode * | N, |
int64_t | Offset, | ||
unsigned | Seq | ||
) | [inline] |
Definition at line 9121 of file DAGCombiner.cpp.
Definition at line 9124 of file DAGCombiner.cpp.
int64_t MemOpLink::OffsetFromBase |
Definition at line 9126 of file DAGCombiner.cpp.
Definition at line 9129 of file DAGCombiner.cpp.