Go to the documentation of this file.
9 #ifndef LLVM_ADT_ILIST_NODE_BASE_H
10 #define LLVM_ADT_ILIST_NODE_BASE_H
45 bool isSentinel()
const {
return PrevAndSentinel.getInt(); }
52 #endif // LLVM_ADT_ILIST_NODE_BASE_H
ilist_node_base * getNext() const
ilist_node_base * getPrev() const
This is an optimization pass for GlobalISel generic memory operations.
bool isKnownSentinel() const
Base class for ilist nodes.
ilist_node_base * getNext() const
void setNext(ilist_node_base *Next)
static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE)
void initializeSentinel()
void initializeSentinel()
bool isKnownSentinel() const
void setNext(ilist_node_base *Next)
ilist_node_base * getPrev() const
void setPrev(ilist_node_base *Prev)
PointerIntPair - This class implements a pair of a pointer and small integer.
void setPrev(ilist_node_base *Prev)