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 522 of file Type.cpp.
| typedef Type llvm::GraphTraits< TypePromotionGraph >::NodeType |
| static NodeType* llvm::GraphTraits< TypePromotionGraph >::getEntryNode | ( | TypePromotionGraph | G | ) | [inline, static] |
| 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] |