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