LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< SDNode * > Struct Template Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::GraphTraits< SDNode * >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef SDNode NodeType
typedef SDNodeIterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (SDNode *N)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<>
struct llvm::GraphTraits< SDNode * >

Definition at line 2005 of file SelectionDAGNodes.h.


Member Typedef Documentation

Definition at line 2007 of file SelectionDAGNodes.h.

Definition at line 2006 of file SelectionDAGNodes.h.


Member Function Documentation

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.


The documentation for this struct was generated from the following file: