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 unsigned | size (Function *F) |
| typedef Function::iterator llvm::GraphTraits< Function * >::nodes_iterator |
| static NodeType* llvm::GraphTraits< Function * >::getEntryNode | ( | Function * | F | ) | [inline, static] |
Definition at line 325 of file CFG.h.
References llvm::Function::getEntryBlock().
| static nodes_iterator llvm::GraphTraits< Function * >::nodes_begin | ( | Function * | F | ) | [inline, static] |
Definition at line 329 of file CFG.h.
References llvm::Function::begin().
| static nodes_iterator llvm::GraphTraits< Function * >::nodes_end | ( | Function * | F | ) | [inline, static] |
Definition at line 330 of file CFG.h.
References llvm::Function::end().
| static unsigned llvm::GraphTraits< Function * >::size | ( | Function * | F | ) | [inline, static] |
Definition at line 331 of file CFG.h.
References llvm::Function::size().