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< MachineDominatorTree * > Struct Template Reference

#include <MachineDominators.h>

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

Static Public Member Functions

static NodeTypegetEntryNode (MachineDominatorTree *DT)
 
- Static Public Member Functions inherited from llvm::GraphTraits< MachineDomTreeNode * >
static NodeTypegetEntryNode (NodeType *N)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< MachineDomTreeNode * >
typedef MachineDomTreeNode NodeType
 
typedef NodeType::iterator ChildIteratorType
 

Detailed Description

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

Definition at line 196 of file MachineDominators.h.

Member Function Documentation

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

Definition at line 198 of file MachineDominators.h.

References llvm::MachineDominatorTree::getRootNode().


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