Abstract
An object that defines the transfer operation for a node and its state.
An instance of a semilattice that defines the necessary operations.
The kind of analysis ("forward" or "backward").
Protected
Readonly
cfgProtected
Readonly
cuProtected
Readonly
kindProtected
Readonly
latticeProtected
transferFinds a fixpoint using the worklist algorithm.
The results of solving the dataflow problem.
Protected
isProtected
isProtected
Abstract
update
Provides a framework for solving dataflow analysis problems by employing a worklist-based algorithm.
This class encapsulates the control flow graph (CFG), node state transformations, and lattice properties necessary for the computation of fixpoints in dataflow equations.