LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< MachineDomTreeNode * > Struct Template Reference

#include <MachineDominators.h>

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

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 251 of file MachineDominators.h.

Member Typedef Documentation

Definition at line 253 of file MachineDominators.h.

Definition at line 252 of file MachineDominators.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< MachineDomTreeNode * >::child_begin ( NodeType N)
inlinestatic

Definition at line 258 of file MachineDominators.h.

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

static ChildIteratorType llvm::GraphTraits< MachineDomTreeNode * >::child_end ( NodeType N)
inlinestatic

Definition at line 261 of file MachineDominators.h.

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

static NodeType* llvm::GraphTraits< MachineDomTreeNode * >::getEntryNode ( NodeType N)
inlinestatic

Definition at line 255 of file MachineDominators.h.

References N.


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