PtrAliasAnalysis::SortCallGraphRecursive
Synopsis
Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/PtrAliasAnalysis.h>
void
SortCallGraphRecursive(
SgFunctionDeclaration* targetFunction,
SgIncidenceDirectedGraph* callGraph,
std::unordered_map<SgFunctionDeclaration*, SgGraphNode*>& graphNodeToFunction,
std::unordered_map<SgGraphNode*, PtrAliasAnalysis::COLOR>& colors,
std::vector<SgFunctionDeclaration*>& processingOrder,
PtrAliasAnalysis::TRAVERSAL_TYPE order);
Created with MrDocs