LLVM API Documentation
#include <PostOrderIterator.h>
Inheritance diagram for llvm::po_iterator< GraphT, SetType, ExtStorage, GT >:


Public Types | |
| typedef super::pointer | pointer |
| typedef po_iterator< GraphT, SetType, ExtStorage, GT > | _Self |
Public Member Functions | |
| bool | operator== (const _Self &x) const |
| bool | operator!= (const _Self &x) const |
| pointer | operator * () const |
| NodeType * | operator-> () const |
| _Self & | operator++ () |
| _Self | operator++ (int) |
Static Public Member Functions | |
| static _Self | begin (GraphT G) |
| static _Self | end (GraphT G) |
| static _Self | begin (GraphT G, SetType &S) |
| static _Self | end (GraphT G, SetType &S) |
Definition at line 45 of file PostOrderIterator.h.
| typedef super::pointer llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::pointer |
Definition at line 85 of file PostOrderIterator.h.
| typedef po_iterator<GraphT, SetType, ExtStorage, GT> llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::_Self |
Definition at line 86 of file PostOrderIterator.h.
| static _Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::begin | ( | GraphT | G | ) | [inline, static] |
Definition at line 89 of file PostOrderIterator.h.
| static _Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::end | ( | GraphT | G | ) | [inline, static] |
Definition at line 90 of file PostOrderIterator.h.
| static _Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::begin | ( | GraphT | G, | |
| SetType & | S | |||
| ) | [inline, static] |
Definition at line 92 of file PostOrderIterator.h.
| static _Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::end | ( | GraphT | G, | |
| SetType & | S | |||
| ) | [inline, static] |
Definition at line 95 of file PostOrderIterator.h.
| bool llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator== | ( | const _Self & | x | ) | const [inline] |
Definition at line 97 of file PostOrderIterator.h.
Referenced by llvm::po_iterator< T, SetType, true >::operator!=().
| bool llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator!= | ( | const _Self & | x | ) | const [inline] |
Definition at line 100 of file PostOrderIterator.h.
| pointer llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator * | ( | ) | const [inline] |
Definition at line 102 of file PostOrderIterator.h.
Referenced by llvm::po_iterator< T, SetType, true >::operator->().
| NodeType* llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator-> | ( | ) | const [inline] |
Definition at line 110 of file PostOrderIterator.h.
| _Self& llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator++ | ( | ) | [inline] |
Definition at line 112 of file PostOrderIterator.h.
| _Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator++ | ( | int | ) | [inline] |
Definition at line 119 of file PostOrderIterator.h.