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< SelectionDAG * > Struct Template Reference

#include <SelectionDAG.h>

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

Public Types

typedef
SelectionDAG::allnodes_iterator 
nodes_iterator
 
- Public Types inherited from llvm::GraphTraits< SDNode * >
typedef SDNode NodeType
 
typedef SDNodeIterator ChildIteratorType
 

Static Public Member Functions

static nodes_iterator nodes_begin (SelectionDAG *G)
 
static nodes_iterator nodes_end (SelectionDAG *G)
 
- Static Public Member Functions inherited from llvm::GraphTraits< SDNode * >
static NodeTypegetEntryNode (SDNode *N)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

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

Definition at line 1187 of file SelectionDAG.h.

Member Typedef Documentation

Definition at line 1188 of file SelectionDAG.h.

Member Function Documentation

static nodes_iterator llvm::GraphTraits< SelectionDAG * >::nodes_begin ( SelectionDAG G)
inlinestatic

Definition at line 1189 of file SelectionDAG.h.

References llvm::SelectionDAG::allnodes_begin().

static nodes_iterator llvm::GraphTraits< SelectionDAG * >::nodes_end ( SelectionDAG G)
inlinestatic

Definition at line 1192 of file SelectionDAG.h.

References llvm::SelectionDAG::allnodes_end().


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