1 #ifndef PTR_ALIAS_ANALYSIS
2 #define PTR_ALIAS_ANALYSIS
20 boost::unordered_map<SgFunctionDeclaration *, IntraProcAliasAnalysis *>
intraAliases;
23 boost::unordered_map<SgExpression *, std::vector<SgFunctionDeclaration*> >
resolver;
31 enum COLOR {WHITE=0, GREY, BLACK};
39 void getFunctionDeclarations(std::vector<SgFunctionDeclaration*> &);
45 boost::unordered_map<SgFunctionDeclaration*, SgGraphNode*> &graphNodeToFunction, boost::unordered_map<
SgGraphNode*,
50 boost::unordered_map<SgFunctionDeclaration*, SgGraphNode*> &graphNodeToFunction,