/home/runner/work/slang/slang/include/slang/analysis/DataFlowAnalysis.h file

Data flow analysis pass.

Namespaces

namespace slang
Root namespace.
namespace slang::analysis
Post-elaboration analysis framework.

Classes

struct slang::analysis::DataFlowState
Represents the state of a data flow analysis at a single point in a procedure.
class slang::analysis::DataFlowAnalysis
Performs data flow analysis on a single procedure, tracking the assigned ranges of nets and variables at each point in the procedure.