|
LLVM
4.0.0
|
#include <CFG.h>
Public Types | |
| typedef pointer_iterator < Function::iterator > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< BasicBlock * > | |
| typedef BasicBlock * | NodeRef |
| typedef succ_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Function *F) |
| static nodes_iterator | nodes_begin (Function *F) |
| static nodes_iterator | nodes_end (Function *F) |
| static size_t | size (Function *F) |
Static Public Member Functions inherited from llvm::GraphTraits< BasicBlock * > | |
| static NodeRef | getEntryNode (BasicBlock *BB) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| typedef pointer_iterator<Function::iterator> llvm::GraphTraits< Function * >::nodes_iterator |
|
inlinestatic |
Definition at line 211 of file IR/CFG.h.
References llvm::Function::getEntryBlock().
|
inlinestatic |
Definition at line 216 of file IR/CFG.h.
References llvm::Function::begin().
|
inlinestatic |
Definition at line 220 of file IR/CFG.h.
References llvm::Function::end().
|
inlinestatic |
Definition at line 224 of file IR/CFG.h.
References llvm::Function::size().
1.8.6