IntraProcAliasAnalysis::updateVirtualFunctionInCallGraph
Given a CallSite update with all the virtual function calls
Synopsis
Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/IntraProcAliasAnalysis.h>
bool
updateVirtualFunctionInCallGraph(
SgFunctionCallExp* funcCall,
CompReprPtr& callSiteIN);
Parameters
Name |
Description |
funcCall |
This class represents the concept of a C++ function call (which is an expression). |
callSiteIN |
A Shared Pointer Wrapper for CompactRepresentation |
Created with MrDocs