LLVM API Documentation
#include <DSGraphTraits.h>
Public Types | |
typedef const DSNode | NodeType |
typedef DSNode::const_iterator | ChildIteratorType |
typedef DSGraph::node_const_iterator | nodes_iterator |
Static Public Member Functions | |
static nodes_iterator | nodes_begin (const DSGraph *G) |
static nodes_iterator | nodes_end (const DSGraph *G) |
static ChildIteratorType | child_begin (const NodeType *N) |
static ChildIteratorType | child_end (const NodeType *N) |
Definition at line 134 of file DSGraphTraits.h.
typedef DSNode::const_iterator llvm::GraphTraits< const DSGraph * >::ChildIteratorType |
Definition at line 136 of file DSGraphTraits.h.
typedef DSGraph::node_const_iterator llvm::GraphTraits< const DSGraph * >::nodes_iterator |
Definition at line 139 of file DSGraphTraits.h.
typedef const DSNode llvm::GraphTraits< const DSGraph * >::NodeType |
Definition at line 135 of file DSGraphTraits.h.
static ChildIteratorType llvm::GraphTraits< const DSGraph * >::child_begin | ( | const NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< const DSGraph * >::child_end | ( | const NodeType * | N | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< const DSGraph * >::nodes_begin | ( | const DSGraph * | G | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< const DSGraph * >::nodes_end | ( | const DSGraph * | G | ) | [inline, static] |