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

Public Types | |
| typedef const BasicBlock | NodeType |
| typedef succ_const_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (const BasicBlock *BB) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 177 of file CFG.h.
|
|
|
|
|
|
|
|
Definition at line 183 of file CFG.h. References llvm::succ_begin(). |
|
|
Definition at line 186 of file CFG.h. References llvm::succ_end(). |
|
|
|