Package it.unive.lisa.analysis.impl.dataflow
-
Class Summary Class Description AvailableExpressions An implementation of the available expressions dataflow analysis, that focuses only on the expressions that are stored into some variable.ConstantPropagation An implementation of the constant propagation dataflow analysis, that focuses only on integers.ReachingDefinitions An implementation of the reaching definition dataflow analysis.