LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< SDNode * > Struct Template Reference

#include <SelectionDAGNodes.h>

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

Public Types

typedef SDNodeNodeRef
 
typedef SDNodeIterator ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (SDNode *N)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

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

Definition at line 2182 of file SelectionDAGNodes.h.

Member Typedef Documentation

Definition at line 2184 of file SelectionDAGNodes.h.

Definition at line 2183 of file SelectionDAGNodes.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< SDNode * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 2187 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::begin().

static ChildIteratorType llvm::GraphTraits< SDNode * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 2190 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::end().

static NodeRef llvm::GraphTraits< SDNode * >::getEntryNode ( SDNode N)
inlinestatic

Definition at line 2186 of file SelectionDAGNodes.h.

References N.


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