ROSE
0.11.96.11
|
Definition at line 302 of file CallGraphTraverse.h.
Public Member Functions | |
TraverseCallGraph (SgIncidenceDirectedGraph *graph) | |
const CGFunction * | getFunc (SgFunctionDeclaration *decl) |
const CGFunction * | getFunc (const Function &func) |
Protected Attributes | |
SgIncidenceDirectedGraph * | graph |
std::set< CGFunction > | functions |
std::map< const CGFunction *, int > | numCallers |
std::set< const CGFunction * > | noPred |