LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::DomTreeGraphTraitsBase< Node, ChildIterator > Struct Template Reference

#include <Dominators.h>

Inheritance diagram for llvm::DomTreeGraphTraitsBase< Node, ChildIterator >:
[legend]

Public Types

typedef Node * NodeRef
 
typedef ChildIterator ChildIteratorType
 
typedef df_iterator< Node
*, df_iterator_default_set
< Node * > > 
nodes_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (NodeRef N)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 
static nodes_iterator nodes_begin (NodeRef N)
 
static nodes_iterator nodes_end (NodeRef N)
 

Detailed Description

template<class Node, class ChildIterator>
struct llvm::DomTreeGraphTraitsBase< Node, ChildIterator >

Definition at line 150 of file Dominators.h.

Member Typedef Documentation

template<class Node, class ChildIterator>
typedef ChildIterator llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::ChildIteratorType

Definition at line 152 of file Dominators.h.

template<class Node, class ChildIterator>
typedef Node* llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::NodeRef

Definition at line 151 of file Dominators.h.

template<class Node, class ChildIterator>
typedef df_iterator<Node *, df_iterator_default_set<Node*> > llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::nodes_iterator

Definition at line 153 of file Dominators.h.

Member Function Documentation

template<class Node, class ChildIterator>
static ChildIteratorType llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 156 of file Dominators.h.

template<class Node, class ChildIterator>
static ChildIteratorType llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::child_end ( NodeRef  N)
inlinestatic

Definition at line 157 of file Dominators.h.

template<class Node, class ChildIterator>
static NodeRef llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::getEntryNode ( NodeRef  N)
inlinestatic
template<class Node, class ChildIterator>
static nodes_iterator llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::nodes_begin ( NodeRef  N)
inlinestatic

Definition at line 159 of file Dominators.h.

template<class Node, class ChildIterator>
static nodes_iterator llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::nodes_end ( NodeRef  N)
inlinestatic

Definition at line 163 of file Dominators.h.


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