LLVM API Documentation
#include <CFG.h>


Public Types | |
| typedef Function::const_iterator | nodes_iterator |
Public Types inherited from llvm::GraphTraits< const BasicBlock * > | |
| typedef const BasicBlock | NodeType |
| typedef succ_const_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | 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 NodeType * | getEntryNode (const BasicBlock *BB) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 333 of file Support/CFG.h.
| typedef Function::const_iterator llvm::GraphTraits< const Function * >::nodes_iterator |
Definition at line 338 of file Support/CFG.h.
|
inlinestatic |
Definition at line 335 of file Support/CFG.h.
References llvm::Function::getEntryBlock().
|
inlinestatic |
Definition at line 339 of file Support/CFG.h.
References llvm::Function::begin().
|
inlinestatic |
Definition at line 340 of file Support/CFG.h.
References llvm::Function::end().
|
inlinestatic |
Definition at line 341 of file Support/CFG.h.
References llvm::Function::size().