LLVM API Documentation
Public Types | |
typedef Type | NodeType |
typedef Type::subtype_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (TypePromotionGraph G) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 505 of file Type.cpp.
typedef Type llvm::GraphTraits< TypePromotionGraph >::NodeType |
static ChildIteratorType llvm::GraphTraits< TypePromotionGraph >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 510 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] |
static NodeType* llvm::GraphTraits< TypePromotionGraph >::getEntryNode | ( | TypePromotionGraph | G | ) | [inline, static] |