LLVM API Documentation

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 522 of file Type.cpp.


Member Typedef Documentation

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

Definition at line 523 of file Type.cpp.

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

Definition at line 524 of file Type.cpp.


Member Function Documentation

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

Definition at line 526 of file Type.cpp.

References G.

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

Definition at line 527 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 533 of file Type.cpp.

References llvm::Type::subtype_end().


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