LLVM  3.7.0
Public Types | List of all members
llvm::GraphTraits< GraphType > Struct Template Reference

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

#include <GraphTraits.h>

Inheritance diagram for llvm::GraphTraits< GraphType >:
[legend]

Public Types

typedef
GraphType::UnknownGraphTypeError 
NodeType
 

Detailed Description

template<class GraphType>
struct llvm::GraphTraits< GraphType >

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

Definition at line 27 of file GraphTraits.h.

Member Typedef Documentation

template<class GraphType>
typedef GraphType::UnknownGraphTypeError llvm::GraphTraits< GraphType >::NodeType

Definition at line 60 of file GraphTraits.h.


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