|
LLVM 23.0.0git
|
#include "llvm/CodeGen/DIE.h"
Classes | |
| class | const_iterator |
| class | iterator |
Public Member Functions | |
| void | push_back (T &N) |
| void | push_front (T &N) |
| T & | back () |
| const T & | back () const |
| T & | front () |
| const T & | front () const |
| void | takeNodes (IntrusiveBackList< T > &Other) |
| bool | deleteNode (Node &N) |
Deletes node N from the list. Note this runs in O(N). | |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| bool | empty () const |
Static Public Member Functions | |
| static iterator | toIterator (T &N) |
| static const_iterator | toIterator (const T &N) |
|
inline |
|
inline |
|
inline |
Definition at line 682 of file DIE.h.
Referenced by llvm::IntrusiveBackList< Node >::begin().
|
inline |
|
inline |
|
inline |
Definition at line 688 of file DIE.h.
Referenced by llvm::IntrusiveBackList< Node >::begin().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 604 of file DIE.h.
Referenced by llvm::IntrusiveBackList< Node >::takeNodes().
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |