LLVM API Documentation

Public Types | Static Public Member Functions
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 450 of file CallGraph.h.


Member Typedef Documentation

Definition at line 456 of file CallGraph.h.


Member Function Documentation

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().


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