LLVM API Documentation
#include <CFG.h>
Inheritance diagram for llvm::GraphTraits< Function * >:
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) |
Definition at line 227 of file CFG.h.
typedef Function::iterator llvm::GraphTraits< Function * >::nodes_iterator |
static NodeType* llvm::GraphTraits< Function * >::getEntryNode | ( | Function * | F | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< Function * >::nodes_begin | ( | Function * | F | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< Function * >::nodes_end | ( | Function * | F | ) | [inline, static] |