Untyped intrusive circular back-list of IntrusiveBackListNode.
Declared in <llvm/CodeGen/DIE.h>
struct IntrusiveBackListBase;
| Name | Description |
|---|---|
Node | Node type stored in this list. |
| Name | Description |
|---|---|
deleteNode | Remove node N from the list. |
empty | Return true if the list contains no nodes. |
push_back | Append node N to the back of the list. |
push_front | Insert node N at the front of the list. |
| Name | Description |
|---|---|
Last | Pointer to the last node, or null if the list is empty. |