LLVM API Documentation
#include <CallGraph.h>
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 450 of file CallGraph.h.
typedef CallGraph::const_iterator llvm::GraphTraits< const CallGraph * >::nodes_iterator |
Definition at line 456 of file CallGraph.h.
static NodeType* llvm::GraphTraits< const CallGraph * >::getEntryNode | ( | const CallGraph * | CGN | ) | [inline, static] |
Definition at line 452 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
static nodes_iterator llvm::GraphTraits< const CallGraph * >::nodes_begin | ( | const CallGraph * | CG | ) | [inline, static] |
Definition at line 457 of file CallGraph.h.
References llvm::CallGraph::begin().
static nodes_iterator llvm::GraphTraits< const CallGraph * >::nodes_end | ( | const CallGraph * | CG | ) | [inline, static] |
Definition at line 458 of file CallGraph.h.
References llvm::CallGraph::end().