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>
class UnstructuredPassInterDataflow
: public virtual InterProceduralDataflow
Base Classes
Name |
Description |
* Dataflow Analyses ** |
Member Functions
Name |
Description |
|
Construct from |
|
|
|
Non-Member Functions
Name |
Description |
Generate dot graphs for an analysis: it handles intra‐procedural analysis for now. |
Created with MrDocs