LLVM API Documentation
#include <DepthFirstIterator.h>
Inheritance diagram for llvm::df_iterator< GraphT, SetType, ExtStorage, GT >:
Public Types | |
typedef super::pointer | pointer |
typedef df_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) |
bool | nodeVisited (NodeType *Node) const |
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 64 of file DepthFirstIterator.h.
|
Definition at line 95 of file DepthFirstIterator.h. |
|
Definition at line 94 of file DepthFirstIterator.h. |
|
Definition at line 104 of file DepthFirstIterator.h. |
|
Definition at line 98 of file DepthFirstIterator.h. |
|
Definition at line 107 of file DepthFirstIterator.h. |
|
Definition at line 101 of file DepthFirstIterator.h. |
|
Definition at line 155 of file DepthFirstIterator.h. |
|
Definition at line 115 of file DepthFirstIterator.h. Referenced by llvm::df_iterator< T, SetTy, true >::operator->(). |
|
Definition at line 113 of file DepthFirstIterator.h. |
|
Definition at line 147 of file DepthFirstIterator.h. |
|
Definition at line 125 of file DepthFirstIterator.h. |
|
Definition at line 123 of file DepthFirstIterator.h. |
|
Definition at line 109 of file DepthFirstIterator.h. Referenced by llvm::df_iterator< T, SetTy, true >::operator!=(). |