LLVM API Documentation
#include <CallGraph.h>
Inheritance diagram for llvm::GraphTraits< CallGraphNode * >:
Public Types | |
typedef CallGraphNode | NodeType |
typedef NodeType::iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 239 of file CallGraph.h.
typedef NodeType::iterator llvm::GraphTraits< CallGraphNode * >::ChildIteratorType |
Definition at line 241 of file CallGraph.h.
typedef CallGraphNode llvm::GraphTraits< CallGraphNode * >::NodeType |
Definition at line 240 of file CallGraph.h.
static ChildIteratorType llvm::GraphTraits< CallGraphNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< CallGraphNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
static NodeType* llvm::GraphTraits< CallGraphNode * >::getEntryNode | ( | CallGraphNode * | CGN | ) | [inline, static] |
Definition at line 243 of file CallGraph.h.