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

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

#include <MachineDominators.h>

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

Public Types

typedef Node * NodeRef
 
typedef ChildIterator ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (NodeRef N)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

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

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

Definition at line 275 of file MachineDominators.h.

Member Typedef Documentation

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

Definition at line 277 of file MachineDominators.h.

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

Definition at line 276 of file MachineDominators.h.

Member Function Documentation

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

Definition at line 280 of file MachineDominators.h.

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

Definition at line 281 of file MachineDominators.h.

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

Definition at line 279 of file MachineDominators.h.


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