LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::GraphTraits< SDNode * >:
Public Types | |
typedef SDNode | NodeType |
typedef SDNodeIterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (SDNode *N) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 1343 of file SelectionDAGNodes.h.
typedef SDNodeIterator llvm::GraphTraits< SDNode * >::ChildIteratorType |
Definition at line 1345 of file SelectionDAGNodes.h.
typedef SDNode llvm::GraphTraits< SDNode * >::NodeType |
Definition at line 1344 of file SelectionDAGNodes.h.
static ChildIteratorType llvm::GraphTraits< SDNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< SDNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
static NodeType* llvm::GraphTraits< SDNode * >::getEntryNode | ( | SDNode * | N | ) | [inline, static] |
Definition at line 1346 of file SelectionDAGNodes.h.