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