LLVM API Documentation
#include <CFG.h>
Public Types | |
typedef Function::const_iterator | nodes_iterator |
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) |
typedef Function::const_iterator llvm::GraphTraits< const Function * >::nodes_iterator |
static NodeType* llvm::GraphTraits< const Function * >::getEntryNode | ( | const Function * | F | ) | [inline, static] |
Definition at line 353 of file IR/CFG.h.
References llvm::Function::getEntryBlock().
static nodes_iterator llvm::GraphTraits< const Function * >::nodes_begin | ( | const Function * | F | ) | [inline, static] |
Definition at line 357 of file IR/CFG.h.
References llvm::Function::begin().
static nodes_iterator llvm::GraphTraits< const Function * >::nodes_end | ( | const Function * | F | ) | [inline, static] |
Definition at line 358 of file IR/CFG.h.
References llvm::Function::end().
Definition at line 359 of file IR/CFG.h.
References llvm::Function::size().