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 240 of file CFG.h.
|
|
|
Definition at line 242 of file CFG.h. References llvm::Function::getEntryBlock(). |
|
Definition at line 246 of file CFG.h. References llvm::Function::begin(). |
|
Definition at line 247 of file CFG.h. References llvm::Function::end(). |