ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TraverseCallGraph Class Reference

#include <CallGraphTraverse.h>

Inheritance diagram for TraverseCallGraph:
Collaboration diagram for TraverseCallGraph:

Public Member Functions

 TraverseCallGraph (SgIncidenceDirectedGraph *graph)
 
const CGFunctiongetFunc (SgFunctionDeclaration *decl)
 
const CGFunctiongetFunc (const Function &func)
 

Protected Attributes

SgIncidenceDirectedGraphgraph
 
std::set< CGFunctionfunctions
 
std::map< const CGFunction *, int > numCallers
 
std::set< const CGFunction * > noPred
 

Detailed Description

Definition at line 299 of file CallGraphTraverse.h.

Constructor & Destructor Documentation

TraverseCallGraph::TraverseCallGraph ( SgIncidenceDirectedGraph graph)

Member Function Documentation

const CGFunction* TraverseCallGraph::getFunc ( SgFunctionDeclaration decl)
const CGFunction* TraverseCallGraph::getFunc ( const Function func)

Member Data Documentation

SgIncidenceDirectedGraph* TraverseCallGraph::graph
protected

Definition at line 302 of file CallGraphTraverse.h.

std::set<CGFunction> TraverseCallGraph::functions
protected

Definition at line 308 of file CallGraphTraverse.h.

std::map<const CGFunction*, int> TraverseCallGraph::numCallers
protected

Definition at line 312 of file CallGraphTraverse.h.

std::set<const CGFunction*> TraverseCallGraph::noPred
protected

Definition at line 318 of file CallGraphTraverse.h.


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