LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::GraphTraits< DominatorTree::Node * > Struct Template Reference

#include <Dominators.h>

Inheritance diagram for llvm::GraphTraits< DominatorTree::Node * >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef DominatorTree::Node NodeType
typedef NodeType::iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (NodeType *N)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<>
struct llvm::GraphTraits< DominatorTree::Node * >

DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.

Definition at line 415 of file Dominators.h.


Member Typedef Documentation

typedef NodeType::iterator llvm::GraphTraits< DominatorTree::Node * >::ChildIteratorType
 

Definition at line 417 of file Dominators.h.

typedef DominatorTree::Node llvm::GraphTraits< DominatorTree::Node * >::NodeType
 

Definition at line 416 of file Dominators.h.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< DominatorTree::Node * >::child_begin NodeType N  )  [inline, static]
 

Definition at line 422 of file Dominators.h.

static ChildIteratorType llvm::GraphTraits< DominatorTree::Node * >::child_end NodeType N  )  [inline, static]
 

Definition at line 425 of file Dominators.h.

static NodeType* llvm::GraphTraits< DominatorTree::Node * >::getEntryNode NodeType N  )  [inline, static]
 

Definition at line 419 of file Dominators.h.


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