LLVM 20.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 (T &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 |
Definition at line 570 of file DIE.h.
References llvm::IntrusiveBackListBase::Last.
|
inline |
Definition at line 571 of file DIE.h.
References llvm::IntrusiveBackListBase::Last.
|
inline |
Definition at line 661 of file DIE.h.
References llvm::IntrusiveBackList< T >::end(), llvm::IntrusiveBackListBase::Last, and llvm::IntrusiveBackListNode::Next.
Referenced by llvm::IntrusiveBackList< T >::begin().
|
inline |
Definition at line 664 of file DIE.h.
References llvm::IntrusiveBackList< T >::begin().
|
inline |
Definition at line 598 of file DIE.h.
References llvm::IntrusiveBackListBase::Last, N, and llvm::IntrusiveBackListNode::Next.
|
inline |
Definition at line 667 of file DIE.h.
Referenced by llvm::IntrusiveBackList< T >::begin().
|
inline |
|
inline |
Definition at line 572 of file DIE.h.
References llvm::IntrusiveBackListBase::Last, and llvm::IntrusiveBackListNode::Next.
|
inline |
Definition at line 575 of file DIE.h.
References llvm::IntrusiveBackListBase::Last, and llvm::IntrusiveBackListNode::Next.
|
inline |
Definition at line 567 of file DIE.h.
References N, and llvm::IntrusiveBackListBase::push_back().
Referenced by llvm::IntrusiveBackList< T >::takeNodes().
|
inline |
Definition at line 568 of file DIE.h.
References N, and llvm::IntrusiveBackListBase::push_front().
|
inline |
Definition at line 579 of file DIE.h.
References llvm::Other, and llvm::IntrusiveBackList< T >::push_back().
|
inlinestatic |
|
inlinestatic |