addControlDependenceEdges(const boost::unordered_map< CFGVertex, Vertex > &cfgVerticesToSdgVertices, const CFG &cfg, Vertex entry) | SDG::SystemDependenceGraph | protected |
addDataDependenceEdges(const boost::unordered_map< SgNode *, Vertex > &astNodesToSdgVertices, const std::vector< CallSiteInfo > &callSiteInfo, const std::map< SgNode *, Vertex > &formalOutPara) | SDG::SystemDependenceGraph | protected |
addEdge(Vertex src, Vertex tgt, SDGEdge *sdgEdge) | SDG::SystemDependenceGraph | inlineprotected |
addTrueCDEdge(Vertex src, Vertex tgt) | SDG::SystemDependenceGraph | protected |
addVertex(SDGNode *sdgNode) | SDG::SystemDependenceGraph | inlineprotected |
build() | SDG::SystemDependenceGraph | |
CFG typedef | SDG::SystemDependenceGraph | protected |
CFGEdge typedef | SDG::SystemDependenceGraph | protected |
cfgNodefilter_ | SDG::SystemDependenceGraph | protected |
CFGVertex typedef | SDG::SystemDependenceGraph | protected |
defUseChainGenerator_ | SDG::SystemDependenceGraph | protected |
DefUseChainsGen typedef | SDG::SystemDependenceGraph | protected |
Edge typedef | SDG::SystemDependenceGraph | |
functionsToCFGs_ | SDG::SystemDependenceGraph | protected |
functionsToEntries_ | SDG::SystemDependenceGraph | protected |
project_ | SDG::SystemDependenceGraph | protected |
setCFGNodeFilter(StaticCFG::CFGNodeFilter filter) | SDG::SystemDependenceGraph | inline |
setDefUseChainsGenerator(const DefUseChainsGen &defUseChainsGen) | SDG::SystemDependenceGraph | inline |
SystemDependenceGraph(SgProject *project, StaticCFG::CFGNodeFilter filter) | SDG::SystemDependenceGraph | inline |
toDot(const std::string &filename) const | SDG::SystemDependenceGraph | |
Vertex typedef | SDG::SystemDependenceGraph | |
writeGraphEdge(std::ostream &out, const Edge &edge) const | SDG::SystemDependenceGraph | protected |
writeGraphNode(std::ostream &out, const Vertex &vertex) const | SDG::SystemDependenceGraph | protected |
writeGraphProperty(std::ostream &out) const | SDG::SystemDependenceGraph | protected |