LLVM API Documentation
#include <SelectionDAGNodes.h>
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 2005 of file SelectionDAGNodes.h.
typedef SDNodeIterator llvm::GraphTraits< SDNode * >::ChildIteratorType |
Definition at line 2007 of file SelectionDAGNodes.h.
typedef SDNode llvm::GraphTraits< SDNode * >::NodeType |
Definition at line 2006 of file SelectionDAGNodes.h.
static ChildIteratorType llvm::GraphTraits< SDNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 2009 of file SelectionDAGNodes.h.
References llvm::sys::path::begin().
static ChildIteratorType llvm::GraphTraits< SDNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 2012 of file SelectionDAGNodes.h.
References llvm::sys::path::end().
static NodeType* llvm::GraphTraits< SDNode * >::getEntryNode | ( | SDNode * | N | ) | [inline, static] |
Definition at line 2008 of file SelectionDAGNodes.h.