|
LLVM
8.0.1
|
#include "llvm/ADT/DepthFirstIterator.h"


Public Member Functions | |
| df_ext_iterator (const df_iterator< T, SetTy, true > &V) | |
Public Member Functions inherited from llvm::df_iterator< T, SetTy, true > | |
| bool | operator== (const df_iterator &x) const |
| bool | operator!= (const df_iterator &x) const |
| const NodeRef & | operator* () const |
| NodeRef | operator-> () const |
| df_iterator & | operator++ () |
| df_iterator | operator++ (int) |
| df_iterator & | skipChildren () |
| Skips all children of the current node and traverses to next node. More... | |
| bool | nodeVisited (NodeRef Node) const |
| unsigned | getPathLength () const |
| getPathLength - Return the length of the path from the entry node to the current node, counting both nodes. More... | |
| NodeRef | getPath (unsigned n) const |
| getPath - Return the n'th node in the path from the entry node to the current node. More... | |
Additional Inherited Members | |
Public Types inherited from llvm::df_iterator< T, SetTy, true > | |
| using | pointer = typename super::pointer |
Static Public Member Functions inherited from llvm::df_iterator< T, SetTy, true > | |
| static df_iterator | begin (const T &G) |
| static df_iterator | begin (const T &G, SetTy &S) |
| static df_iterator | end (const T &G) |
| static df_iterator | end (const T &G, SetTy &S) |
Public Attributes inherited from llvm::df_iterator_storage< SetTy, ExtStorage > | |
| SetTy | Visited |
Definition at line 234 of file DepthFirstIterator.h.
|
inline |
Definition at line 235 of file DepthFirstIterator.h.
1.8.13