|
LLVM
4.0.0
|
#include <CFG.h>
Public Types | |
| typedef const BasicBlock * | NodeRef |
| typedef succ_const_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (const BasicBlock *BB) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| typedef succ_const_iterator llvm::GraphTraits< const BasicBlock * >::ChildIteratorType |
| typedef const BasicBlock* llvm::GraphTraits< const BasicBlock * >::NodeRef |
|
inlinestatic |
Definition at line 177 of file IR/CFG.h.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 178 of file IR/CFG.h.
References llvm::succ_end().
|
inlinestatic |
1.8.6