LLVM  3.7.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 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 2224 of file SelectionDAGNodes.h.

Member Typedef Documentation

Definition at line 2226 of file SelectionDAGNodes.h.

Definition at line 2225 of file SelectionDAGNodes.h.

Member Function Documentation

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

Definition at line 2228 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::begin().

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

Definition at line 2231 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::end().

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

Definition at line 2227 of file SelectionDAGNodes.h.

References N.


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