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 & | skipChildren () |
| _Self | operator++ (int) |
| bool | nodeVisited (NodeType *Node) const |
| unsigned | getPathLength () const |
| NodeType * | getPath (unsigned n) 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 66 of file DepthFirstIterator.h.
| typedef df_iterator<GraphT, SetType, ExtStorage, GT> llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::_Self |
Definition at line 132 of file DepthFirstIterator.h.
| typedef super::pointer llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::pointer |
Reimplemented in llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >.
Definition at line 131 of file DepthFirstIterator.h.
| static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::begin | ( | const GraphT & | G | ) | [inline, static] |
Definition at line 135 of file DepthFirstIterator.h.
Referenced by llvm::df_begin().
| static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::begin | ( | const GraphT & | G, |
| SetType & | S | ||
| ) | [inline, static] |
Definition at line 141 of file DepthFirstIterator.h.
| static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::end | ( | const GraphT & | G | ) | [inline, static] |
Definition at line 138 of file DepthFirstIterator.h.
Referenced by llvm::df_end().
| static _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::end | ( | const GraphT & | G, |
| SetType & | S | ||
| ) | [inline, static] |
Definition at line 144 of file DepthFirstIterator.h.
| NodeType* llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::getPath | ( | unsigned | n | ) | const [inline] |
getPath - Return the n'th node in the path from the entry node to the current node.
Definition at line 193 of file DepthFirstIterator.h.
| unsigned llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::getPathLength | ( | ) | const [inline] |
getPathLength - Return the length of the path from the entry node to the current node, counting both nodes.
Definition at line 189 of file DepthFirstIterator.h.
| bool llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::nodeVisited | ( | NodeType * | Node | ) | const [inline] |
Definition at line 183 of file DepthFirstIterator.h.
| bool llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator!= | ( | const _Self & | x | ) | const [inline] |
Definition at line 149 of file DepthFirstIterator.h.
| pointer llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator* | ( | ) | const [inline] |
Reimplemented in llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >.
Definition at line 151 of file DepthFirstIterator.h.
Referenced by llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::operator*(), and llvm::df_iterator< T, SetTy, true >::operator->().
| _Self& llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator++ | ( | ) | [inline] |
Definition at line 161 of file DepthFirstIterator.h.
| _Self llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator++ | ( | int | ) | [inline] |
Definition at line 175 of file DepthFirstIterator.h.
| NodeType* llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator-> | ( | ) | const [inline] |
Definition at line 159 of file DepthFirstIterator.h.
| bool llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator== | ( | const _Self & | x | ) | const [inline] |
Definition at line 146 of file DepthFirstIterator.h.
Referenced by llvm::df_iterator< T, SetTy, true >::operator!=().
| _Self& llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::skipChildren | ( | ) | [inline] |
Definition at line 168 of file DepthFirstIterator.h.