LLVM API Documentation
#include <DSGraphTraits.h>
Public Types | |
typedef const DSNode | NodeType |
typedef DSNode::const_iterator | ChildIteratorType |
typedef std::pointer_to_unary_function< const DSNode *, const DSNode & > | DerefFun |
typedef mapped_iterator< DSGraph::node_iterator, DerefFun > | 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.
|
Definition at line 136 of file DSGraphTraits.h. |
|
Definition at line 138 of file DSGraphTraits.h. |
|
Definition at line 141 of file DSGraphTraits.h. |
|
Definition at line 135 of file DSGraphTraits.h. |
|
Definition at line 149 of file DSGraphTraits.h. References llvm::DSNode::begin(). |
|
Definition at line 150 of file DSGraphTraits.h. References llvm::DSNode::end(). |
|
Definition at line 142 of file DSGraphTraits.h. References llvm::dereferenceC(), llvm::map_iterator(), and llvm::DSGraph::node_begin(). |
|
Definition at line 145 of file DSGraphTraits.h. References llvm::dereferenceC(), llvm::map_iterator(), and llvm::DSGraph::node_end(). |