LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< MachineDomTreeNode * > Struct Template Reference

#include <MachineDominators.h>

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

List of all members.

Public Types

typedef MachineDomTreeNode 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< MachineDomTreeNode * >

Definition at line 181 of file MachineDominators.h.


Member Typedef Documentation

Definition at line 183 of file MachineDominators.h.

Definition at line 182 of file MachineDominators.h.


Member Function Documentation

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

Definition at line 188 of file MachineDominators.h.

References llvm::DomTreeNodeBase< NodeT >::begin().

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

Definition at line 191 of file MachineDominators.h.

References llvm::DomTreeNodeBase< NodeT >::end().

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

Definition at line 185 of file MachineDominators.h.


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