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 232 of file CFG.h.
|
|
|
Definition at line 233 of file CFG.h. References llvm::Function::getEntryBlock(). |
|
Definition at line 237 of file CFG.h. References llvm::Function::begin(). |
|
Definition at line 238 of file CFG.h. References llvm::Function::end(). |