ROSE  0.11.145.0
Public Member Functions | Protected Member Functions | List of all members
TraverseCallGraphBottomUp< SynthesizedAttribute > Class Template Referenceabstract

Description

template<class SynthesizedAttribute>
class TraverseCallGraphBottomUp< SynthesizedAttribute >

Definition at line 379 of file CallGraphTraverse.h.

Inheritance diagram for TraverseCallGraphBottomUp< SynthesizedAttribute >:
Inheritance graph
[legend]
Collaboration diagram for TraverseCallGraphBottomUp< SynthesizedAttribute >:
Collaboration graph
[legend]

Public Member Functions

 TraverseCallGraphBottomUp (SgIncidenceDirectedGraph *graph)
 
void traverse ()
 
virtual SynthesizedAttribute visit (const CGFunction *func, std::list< SynthesizedAttribute > fromCallees)=0
 
virtual SynthesizedAttribute defaultAttrVal ()
 
- Public Member Functions inherited from TraverseCallGraph
 TraverseCallGraph (SgIncidenceDirectedGraph *graph)
 
const CGFunctiongetFunc (SgFunctionDeclaration *decl)
 
const CGFunctiongetFunc (const Function &func)
 

Protected Member Functions

SynthesizedAttribute traverse_rec (const CGFunction *fd, std::map< const CGFunction *, SynthesizedAttribute > &visitRecords, std::set< std::pair< const CGFunction *, const CGFunction * > > &touchedEdges)
 

Additional Inherited Members

- Protected Attributes inherited from TraverseCallGraph
SgIncidenceDirectedGraphgraph
 
std::set< CGFunctionfunctions
 
std::map< const CGFunction *, int > numCallers
 
std::set< const CGFunction * > noPred
 

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