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 8579 of file DAGCombiner.cpp.
|
inline |
Definition at line 8580 of file DAGCombiner.cpp.
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.