ROSE
0.9.6a
|
#include <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 |
Definition at line 299 of file CallGraphTraverse.h.
TraverseCallGraph::TraverseCallGraph | ( | SgIncidenceDirectedGraph * | graph) |
const CGFunction* TraverseCallGraph::getFunc | ( | SgFunctionDeclaration * | decl) |
const CGFunction* TraverseCallGraph::getFunc | ( | const Function & | func) |
|
protected |
Definition at line 302 of file CallGraphTraverse.h.
|
protected |
Definition at line 308 of file CallGraphTraverse.h.
|
protected |
Definition at line 312 of file CallGraphTraverse.h.
|
protected |
Definition at line 318 of file CallGraphTraverse.h.