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