CompactRepresentation::getNodesMapping
Get the Mapping from SgNode to SgGraphNode
Synopsis
Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/IntraProcAliasAnalysis.h>
std::unordered_map<SgNode*, SgGraphNode*>
getNodesMapping();
Return Value
the Mapping from SgNode to SgGraphNode
Created with MrDocs