Skip to content

InterProcDataFlowAnalysis

Synopsis

Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/InterProcDataFlowAnalysis.h>

Member Functions

Name

Description

InterProcDataFlowAnalysis [constructor]

Construct from SgProject

getFunctionDeclarations [virtual]

Get the list of Function Declaration participating in DataFlow Analysis

run [virtual]

Function which actually performs the DataFlowAnalyis

runAndCheckIntraProcAnalysis [virtual]

Execute IntraProc DataFlow Analysis and check whether anything changed

Protected Data Members

Name

Description

project

Stored the Project Object

Derived Classes

Name

Description

PtrAliasAnalysis

PtrAliasAnalysis computes Alias Information, which is used for Virtual Function Resolving.

Created with MrDocs