LLVM API Documentation
#include <DepthFirstIterator.h>


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 (const GraphT &G) |
| static _Self | end (const GraphT &G) |
| static _Self | begin (const GraphT &G, SetType &S) |
| static _Self | end (const GraphT &G, SetType &S) |
Definition at line 65 of file DepthFirstIterator.h.
| typedef super::pointer llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::pointer |
Definition at line 95 of file DepthFirstIterator.h.
| typedef df_iterator<GraphT, SetType, ExtStorage, GT> llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::_Self |
Definition at line 96 of file DepthFirstIterator.h.
| static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::begin | ( | const GraphT & | G | ) | [inline, static] |
Definition at line 99 of file DepthFirstIterator.h.
| static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::end | ( | const GraphT & | G | ) | [inline, static] |
Definition at line 102 of file DepthFirstIterator.h.
| static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::begin | ( | const GraphT & | G, | |
| SetType & | S | |||
| ) | [inline, static] |
Definition at line 105 of file DepthFirstIterator.h.
| static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::end | ( | const GraphT & | G, | |
| SetType & | S | |||
| ) | [inline, static] |
Definition at line 108 of file DepthFirstIterator.h.
| bool llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator== | ( | const _Self & | x | ) | const [inline] |
Definition at line 110 of file DepthFirstIterator.h.
Referenced by llvm::df_iterator< llvm::Inverse< T >, SetTy, External >::operator!=().
| bool llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator!= | ( | const _Self & | x | ) | const [inline] |
Definition at line 114 of file DepthFirstIterator.h.
| pointer llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator* | ( | ) | const [inline] |
Definition at line 116 of file DepthFirstIterator.h.
Referenced by llvm::df_iterator< llvm::Inverse< T >, SetTy, External >::operator->().
| NodeType* llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator-> | ( | ) | const [inline] |
Definition at line 124 of file DepthFirstIterator.h.
| _Self& llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator++ | ( | ) | [inline] |
Definition at line 126 of file DepthFirstIterator.h.
| _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator++ | ( | int | ) | [inline] |
Definition at line 148 of file DepthFirstIterator.h.
| bool llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::nodeVisited | ( | NodeType * | Node | ) | const [inline] |
Definition at line 156 of file DepthFirstIterator.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.