LLVM API Documentation
#include <CallGraph.h>
Inheritance diagram for llvm::GraphTraits< const CallGraph * >:
Public Types | |
typedef CallGraph::const_iterator | nodes_iterator |
Static Public Member Functions | |
static NodeType * | getEntryNode (const CallGraph *CGN) |
static nodes_iterator | nodes_begin (const CallGraph *CG) |
static nodes_iterator | nodes_end (const CallGraph *CG) |
Definition at line 279 of file CallGraph.h.
typedef CallGraph::const_iterator llvm::GraphTraits< const CallGraph * >::nodes_iterator |
Definition at line 285 of file CallGraph.h.
static NodeType* llvm::GraphTraits< const CallGraph * >::getEntryNode | ( | const CallGraph * | CGN | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< const CallGraph * >::nodes_begin | ( | const CallGraph * | CG | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< const CallGraph * >::nodes_end | ( | const CallGraph * | CG | ) | [inline, static] |