LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 * >:
Inheritance graph
[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 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)
inlinestatic

Definition at line 188 of file MachineDominators.h.

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

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

Definition at line 191 of file MachineDominators.h.

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

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

Definition at line 185 of file MachineDominators.h.

References N.


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