LLVM API Documentation

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]
List of all members.

Public Types

typedef SelectionDAG::allnodes_iterator nodes_iterator

Static Public Member Functions

static nodes_iterator nodes_begin (SelectionDAG *G)
static nodes_iterator nodes_end (SelectionDAG *G)

Detailed Description

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

Definition at line 490 of file SelectionDAG.h.


Member Typedef Documentation

typedef SelectionDAG::allnodes_iterator llvm::GraphTraits< SelectionDAG * >::nodes_iterator

Definition at line 491 of file SelectionDAG.h.


Member Function Documentation

static nodes_iterator llvm::GraphTraits< SelectionDAG * >::nodes_begin ( SelectionDAG G  )  [inline, static]

Definition at line 492 of file SelectionDAG.h.

References G.

static nodes_iterator llvm::GraphTraits< SelectionDAG * >::nodes_end ( SelectionDAG G  )  [inline, static]

Definition at line 495 of file SelectionDAG.h.

References G.


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