Skip to content

printDataflowInfoPass

** printDataflowInfoPass * Prints out the dataflow information associated * with a given analysis for every CFG node a * function. *****

Synopsis

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

class printDataflowInfoPass
    : public IntraFWDataflow

Base Classes

Name

Description

IntraFWDataflow

Member Functions

Name

Description

printDataflowInfoPass [constructor]

Construct from Analysis

genInitState [virtual]

transfer [virtual]

Private Data Members

Name

analysis

Non-Member Functions

Name

Description

Dbg::dotGraphGenerator

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

Created with MrDocs