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 1384 of file SelectionDAGNodes.h.
| typedef SDNode llvm::GraphTraits< SDNode * >::NodeType |
Definition at line 1385 of file SelectionDAGNodes.h.
| typedef SDNodeIterator llvm::GraphTraits< SDNode * >::ChildIteratorType |
Definition at line 1386 of file SelectionDAGNodes.h.
| static NodeType* llvm::GraphTraits< SDNode * >::getEntryNode | ( | SDNode * | N | ) | [inline, static] |
Definition at line 1387 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] |