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