llvm::IntrusiveBackListBase

Untyped intrusive circular back-list of IntrusiveBackListNode.

Synopsis

Declared in <llvm/CodeGen/DIE.h>

struct IntrusiveBackListBase;

Type Aliases

NameDescription
Node Node type stored in this list.

Member Functions

NameDescription
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.

Data Members

NameDescription
Last Pointer to the last node, or null if the list is empty.