LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
llvm::GraphTraits< PostDominatorTree * > Struct Template Reference

#include <PostDominators.h>

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

Static Public Member Functions

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

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< DomTreeNode * >
typedef DomTreeNode NodeType
 
typedef NodeType::iterator ChildIteratorType
 
typedef df_iterator
< DomTreeNode * > 
nodes_iterator
 

Detailed Description

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

Definition at line 91 of file PostDominators.h.

Member Function Documentation

static NodeType* llvm::GraphTraits< PostDominatorTree * >::getEntryNode ( PostDominatorTree DT)
inlinestatic

Definition at line 93 of file PostDominators.h.

References llvm::PostDominatorTree::getRootNode().

static nodes_iterator llvm::GraphTraits< PostDominatorTree * >::nodes_begin ( PostDominatorTree N)
inlinestatic

Definition at line 97 of file PostDominators.h.

References llvm::df_begin(), and llvm::df_end().

static nodes_iterator llvm::GraphTraits< PostDominatorTree * >::nodes_end ( PostDominatorTree N)
inlinestatic

Definition at line 104 of file PostDominators.h.

References llvm::df_end().


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