|
LLVM
3.7.0
|
#include <GraphTraits.h>
Public Types | |
| typedef GraphTraits< T >::NodeType | NodeType |
| typedef GraphTraits< T > ::ChildIteratorType | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (Inverse< Inverse< T > > *G) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 87 of file GraphTraits.h.
| typedef GraphTraits<T>::ChildIteratorType llvm::GraphTraits< Inverse< Inverse< T > > >::ChildIteratorType |
Definition at line 89 of file GraphTraits.h.
| typedef GraphTraits<T>::NodeType llvm::GraphTraits< Inverse< Inverse< T > > >::NodeType |
Definition at line 88 of file GraphTraits.h.
|
inlinestatic |
Definition at line 95 of file GraphTraits.h.
|
inlinestatic |
Definition at line 99 of file GraphTraits.h.
|
inlinestatic |
Definition at line 91 of file GraphTraits.h.
References G.
1.8.6