LLVM: llvm::ilist_traits< NodeTy > Struct Template Reference (original) (raw)

Template traits for intrusive list. More...

#include "[llvm/ADT/ilist.h](ilist%5F8h%5Fsource.html)"

Additional Inherited Members
Public Member Functions inherited from llvm::ilist_callback_traits< NodeTy >
void addNodeToList (NodeTy *)
When an MBB is added to an MF, we need to update the parent pointer of the MBB, the MBB numbering, and any instructions in the MBB to be on the right operand list for registers.
void removeNodeFromList (NodeTy *)
template
void transferNodesFromList (ilist_callback_traits &OldList, Iterator, Iterator)
Callback before transferring nodes to this list.
Static Public Member Functions inherited from llvm::ilist_alloc_traits< NodeTy >
static void deleteNode (NodeTy *V)

template
struct llvm::ilist_traits< NodeTy >

Template traits for intrusive list.

Customize callbacks and allocation semantics.

Definition at line 90 of file ilist.h.


The documentation for this struct was generated from the following file: