LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const CallGraph * > Struct Template Reference

#include <CallGraph.h>

Inheritance diagram for llvm::GraphTraits< const CallGraph * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< const CallGraph * >:
Collaboration graph
[legend]

Public Types

typedef CallGraph::const_iterator nodes_iterator
 
- Public Types inherited from llvm::GraphTraits< const CallGraphNode * >
typedef const CallGraphNode NodeType
 
typedef NodeType::const_iterator ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (const CallGraph *CGN)
 
static nodes_iterator nodes_begin (const CallGraph *CG)
 
static nodes_iterator nodes_end (const CallGraph *CG)
 
- Static Public Member Functions inherited from llvm::GraphTraits< const CallGraphNode * >
static NodeTypegetEntryNode (const CallGraphNode *CGN)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

template<>
struct llvm::GraphTraits< const CallGraph * >

Definition at line 363 of file CallGraph.h.

Member Typedef Documentation

Definition at line 369 of file CallGraph.h.

Member Function Documentation

static NodeType* llvm::GraphTraits< const CallGraph * >::getEntryNode ( const CallGraph CGN)
inlinestatic

Definition at line 365 of file CallGraph.h.

References llvm::CallGraph::getExternalCallingNode().

static nodes_iterator llvm::GraphTraits< const CallGraph * >::nodes_begin ( const CallGraph CG)
inlinestatic

Definition at line 370 of file CallGraph.h.

References llvm::CallGraph::begin().

static nodes_iterator llvm::GraphTraits< const CallGraph * >::nodes_end ( const CallGraph CG)
inlinestatic

Definition at line 371 of file CallGraph.h.

References llvm::CallGraph::end().


The documentation for this struct was generated from the following file: