Skip to content

UnstructuredPassInterDataflow

*** UnstructuredPassInterDataflow * The trivial inter‐procedural dataflow where a intra‐procedural * dataflow analysis is executed once on every function in the * application, with no guarantees about how dataflow information * is transmitted across function calls. ****

Synopsis

Declared in <src/midend/programAnalysis/genericDataflow/analysis/dataflow.h>

Base Classes

Name

Description

InterProceduralDataflow

* Dataflow Analyses **

Member Functions

Name

Description

UnstructuredPassInterDataflow [constructor]

Construct from IntraProceduralDataflow

runAnalysis [virtual]

transfer [virtual]

Non-Member Functions

Name

Description

Dbg::dotGraphGenerator

Generate dot graphs for an analysis: it handles intra‐procedural analysis for now.

Created with MrDocs