LLVM API Documentation
#include <CFG.h>
Public Types | |
typedef Function::iterator | nodes_iterator |
![]() | |
typedef BasicBlock | NodeType |
typedef succ_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (Function *F) |
static nodes_iterator | nodes_begin (Function *F) |
static nodes_iterator | nodes_end (Function *F) |
static size_t | size (Function *F) |
![]() | |
static NodeType * | getEntryNode (BasicBlock *BB) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 324 of file Support/CFG.h.
typedef Function::iterator llvm::GraphTraits< Function * >::nodes_iterator |
Definition at line 328 of file Support/CFG.h.
|
inlinestatic |
Definition at line 325 of file Support/CFG.h.
References llvm::Function::getEntryBlock().
|
inlinestatic |
Definition at line 329 of file Support/CFG.h.
References llvm::Function::begin().
|
inlinestatic |
Definition at line 330 of file Support/CFG.h.
References llvm::Function::end().
|
inlinestatic |
Definition at line 331 of file Support/CFG.h.
References llvm::Function::size().