LLVM API Documentation
#include <CFG.h>
Inheritance diagram for llvm::GraphTraits< Inverse< const BasicBlock * > >:

Public Types | |
| typedef const BasicBlock | NodeType |
| typedef pred_const_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (Inverse< const BasicBlock * > G) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 203 of file CFG.h.
| typedef const BasicBlock llvm::GraphTraits< Inverse< const BasicBlock * > >::NodeType |
| typedef pred_const_iterator llvm::GraphTraits< Inverse< const BasicBlock * > >::ChildIteratorType |
| static NodeType* llvm::GraphTraits< Inverse< const BasicBlock * > >::getEntryNode | ( | Inverse< const BasicBlock * > | G | ) | [inline, static] |
| static ChildIteratorType llvm::GraphTraits< Inverse< const BasicBlock * > >::child_begin | ( | NodeType * | N | ) | [inline, static] |
| static ChildIteratorType llvm::GraphTraits< Inverse< const BasicBlock * > >::child_end | ( | NodeType * | N | ) | [inline, static] |