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