LLVM API Documentation
#include <DSGraphTraits.h>
Public Types | |
typedef DSNode | NodeType |
typedef DSNode::iterator | ChildIteratorType |
typedef std::pointer_to_unary_function< DSNode *, DSNode & > | DerefFun |
typedef mapped_iterator< DSGraph::node_iterator, DerefFun > | nodes_iterator |
Static Public Member Functions | |
static nodes_iterator | nodes_begin (DSGraph *G) |
static nodes_iterator | nodes_end (DSGraph *G) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 115 of file DSGraphTraits.h.
|
Definition at line 117 of file DSGraphTraits.h. |
|
Definition at line 119 of file DSGraphTraits.h. |
|
Definition at line 122 of file DSGraphTraits.h. |
|
Definition at line 116 of file DSGraphTraits.h. |
|
Definition at line 130 of file DSGraphTraits.h. References llvm::DSNode::begin(). |
|
Definition at line 131 of file DSGraphTraits.h. References llvm::DSNode::end(). |
|
Definition at line 123 of file DSGraphTraits.h. References llvm::dereference(), llvm::map_iterator(), and llvm::DSGraph::node_begin(). |
|
Definition at line 126 of file DSGraphTraits.h. References llvm::dereference(), llvm::map_iterator(), and llvm::DSGraph::node_end(). |