LLVM API Documentation

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]
List of all members.

Public Types

typedef CallGraph::const_iterator nodes_iterator

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)

Detailed Description

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

Definition at line 296 of file CallGraph.h.


Member Typedef Documentation

typedef CallGraph::const_iterator llvm::GraphTraits< const CallGraph * >::nodes_iterator

Definition at line 302 of file CallGraph.h.


Member Function Documentation

static NodeType* llvm::GraphTraits< const CallGraph * >::getEntryNode ( const CallGraph CGN  )  [inline, static]

Definition at line 298 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 303 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 304 of file CallGraph.h.

References llvm::CallGraph::end().


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