LLVM API Documentation

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 554 of file Dominators.h.


Member Typedef Documentation

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

Definition at line 555 of file Dominators.h.

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

Definition at line 556 of file Dominators.h.


Member Function Documentation

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

Definition at line 558 of file Dominators.h.

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

Definition at line 561 of file Dominators.h.

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

Definition at line 564 of file Dominators.h.


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