10 #ifndef LLVM_ADT_ILIST_NODE_BASE_H
11 #define LLVM_ADT_ILIST_NODE_BASE_H
46 bool isSentinel()
const {
return PrevAndSentinel.getInt(); }
53 #endif // LLVM_ADT_ILIST_NODE_BASE_H
ilist_node_base * getNext() const
void initializeSentinel()
void setPrev(ilist_node_base *Prev)
bool isKnownSentinel() const
bool isKnownSentinel() const
void setPrev(ilist_node_base *Prev)
Function Alias Analysis false
Base class for ilist nodes.
PointerIntPair - This class implements a pair of a pointer and small integer.
void initializeSentinel()
ilist_node_base * getPrev() const
ilist_node_base * getNext() const
ilist_node_base * getPrev() const
void setNext(ilist_node_base *Next)
void setNext(ilist_node_base *Next)