ROSE
0.11.96.11
|
Definition at line 402 of file CallGraphTraverse.h.
Public Member Functions | |
TraverseCallGraphDataflow (SgIncidenceDirectedGraph *graph) | |
void | traverse () |
virtual void | visit (const CGFunction *func)=0 |
void | addToRemaining (const CGFunction *func) |
Public Member Functions inherited from TraverseCallGraph | |
TraverseCallGraph (SgIncidenceDirectedGraph *graph) | |
const CGFunction * | getFunc (SgFunctionDeclaration *decl) |
const CGFunction * | getFunc (const Function &func) |
Public Attributes | |
std::list< const CGFunction * > | remaining |
Additional Inherited Members | |
Protected Attributes inherited from TraverseCallGraph | |
SgIncidenceDirectedGraph * | graph |
std::set< CGFunction > | functions |
std::map< const CGFunction *, int > | numCallers |
std::set< const CGFunction * > | noPred |