LLVM API Documentation
#include <PostOrderIterator.h>
Public Member Functions | |
po_ext_iterator (const po_iterator< T, SetType, true > &V) | |
![]() | |
bool | operator== (const _Self &x) const |
bool | operator!= (const _Self &x) const |
pointer | operator* () const |
NodeType * | operator-> () const |
_Self & | operator++ () |
_Self | operator++ (int) |
![]() | |
bool | insertEdge (NodeType *From, NodeType *To) |
void | finishPostorder (NodeType *BB) |
Additional Inherited Members | |
![]() | |
typedef super::pointer | pointer |
typedef po_iterator< T, SetType, ExtStorage, GraphTraits< T > > | _Self |
![]() | |
static _Self | begin (TG) |
static _Self | begin (TG, SetType &S) |
static _Self | end (TG) |
static _Self | end (TG, SetType &S) |
Definition at line 181 of file PostOrderIterator.h.
|
inline |
Definition at line 182 of file PostOrderIterator.h.