LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::GraphTraits< TypePromotionGraph > Struct Template Reference

List of all members.

Public Types

typedef Type NodeType
typedef Type::subtype_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (TypePromotionGraph G)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<>
struct llvm::GraphTraits< TypePromotionGraph >

Definition at line 462 of file Type.cpp.


Member Typedef Documentation

typedef Type::subtype_iterator llvm::GraphTraits< TypePromotionGraph >::ChildIteratorType
 

Definition at line 464 of file Type.cpp.

typedef Type llvm::GraphTraits< TypePromotionGraph >::NodeType
 

Definition at line 463 of file Type.cpp.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< TypePromotionGraph >::child_begin NodeType N  )  [inline, static]
 

Definition at line 467 of file Type.cpp.

References llvm::Type::isAbstract(), llvm::Type::subtype_begin(), and llvm::Type::subtype_end().

static ChildIteratorType llvm::GraphTraits< TypePromotionGraph >::child_end NodeType N  )  [inline, static]
 

Definition at line 473 of file Type.cpp.

References llvm::Type::subtype_end().

static NodeType* llvm::GraphTraits< TypePromotionGraph >::getEntryNode TypePromotionGraph  G  )  [inline, static]
 

Definition at line 466 of file Type.cpp.

References TypePromotionGraph::Ty.


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