LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::GraphTraits< CallGraphNode * > Struct Template Reference

#include <CallGraph.h>

Inheritance diagram for llvm::GraphTraits< CallGraphNode * >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef CallGraphNode NodeType
typedef NodeType::iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (CallGraphNode *CGN)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<>
struct llvm::GraphTraits< CallGraphNode * >

Definition at line 275 of file CallGraph.h.


Member Typedef Documentation

typedef NodeType::iterator llvm::GraphTraits< CallGraphNode * >::ChildIteratorType
 

Definition at line 277 of file CallGraph.h.

typedef CallGraphNode llvm::GraphTraits< CallGraphNode * >::NodeType
 

Definition at line 276 of file CallGraph.h.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< CallGraphNode * >::child_begin NodeType N  )  [inline, static]
 

Definition at line 280 of file CallGraph.h.

References llvm::CallGraphNode::begin().

static ChildIteratorType llvm::GraphTraits< CallGraphNode * >::child_end NodeType N  )  [inline, static]
 

Definition at line 281 of file CallGraph.h.

References llvm::CallGraphNode::end().

static NodeType* llvm::GraphTraits< CallGraphNode * >::getEntryNode CallGraphNode CGN  )  [inline, static]
 

Definition at line 279 of file CallGraph.h.


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