LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 * >:
Inheritance graph
[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 1862 of file SelectionDAGNodes.h.

Member Typedef Documentation

Definition at line 1864 of file SelectionDAGNodes.h.

Definition at line 1863 of file SelectionDAGNodes.h.

Member Function Documentation

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

Definition at line 1866 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::begin().

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

Definition at line 1869 of file SelectionDAGNodes.h.

References llvm::SDNodeIterator::end().

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

Definition at line 1865 of file SelectionDAGNodes.h.

References N.


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