LLVM API Documentation
#include <DSGraphTraits.h>
Public Types | |
typedef const DSNode | NodeType |
typedef DSNode::const_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (NodeType *N) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 103 of file DSGraphTraits.h.
typedef DSNode::const_iterator llvm::GraphTraits< const DSNode * >::ChildIteratorType |
Definition at line 105 of file DSGraphTraits.h.
typedef const DSNode llvm::GraphTraits< const DSNode * >::NodeType |
Definition at line 104 of file DSGraphTraits.h.
static ChildIteratorType llvm::GraphTraits< const DSNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< const DSNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
static NodeType* llvm::GraphTraits< const DSNode * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 107 of file DSGraphTraits.h.