LLVM
8.0.1
|
#include "llvm/ADT/PostOrderIterator.h"
Public Types | |
using | pointer = typename super::pointer |
Public Member Functions | |
bool | operator== (const po_iterator &x) const |
bool | operator!= (const po_iterator &x) const |
const NodeRef & | operator* () const |
NodeRef | operator-> () const |
po_iterator & | operator++ () |
po_iterator | operator++ (int) |
Public Member Functions inherited from llvm::po_iterator_storage< SetType, ExtStorage > | |
bool | insertEdge (Optional< NodeRef > From, NodeRef To) |
void | finishPostorder (NodeRef BB) |
Static Public Member Functions | |
static po_iterator | begin (GraphT G) |
static po_iterator | end (GraphT G) |
static po_iterator | begin (GraphT G, SetType &S) |
static po_iterator | end (GraphT G, SetType &S) |
Definition at line 96 of file PostOrderIterator.h.
using llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::pointer = typename super::pointer |
Definition at line 138 of file PostOrderIterator.h.
|
inlinestatic |
Definition at line 141 of file PostOrderIterator.h.
Referenced by llvm::po_begin().
|
inlinestatic |
Definition at line 146 of file PostOrderIterator.h.
|
inlinestatic |
Definition at line 144 of file PostOrderIterator.h.
Referenced by llvm::po_end().
|
inlinestatic |
Definition at line 149 of file PostOrderIterator.h.
|
inline |
Definition at line 154 of file PostOrderIterator.h.
|
inline |
Definition at line 156 of file PostOrderIterator.h.
|
inline |
Definition at line 164 of file PostOrderIterator.h.
|
inline |
Definition at line 172 of file PostOrderIterator.h.
|
inline |
Definition at line 162 of file PostOrderIterator.h.
|
inline |
Definition at line 151 of file PostOrderIterator.h.