LLVM API Documentation

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 1384 of file SelectionDAGNodes.h.


Member Typedef Documentation

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.


Member Function Documentation

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]

Definition at line 1388 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::begin().

static ChildIteratorType llvm::GraphTraits< SDNode * >::child_end ( NodeType N  )  [inline, static]

Definition at line 1391 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::end().


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