Interpreted_automata.ForwardAnalysis
Forward dataflow analysis. The domain must provide a forward transfer function that computes the state after a transition from the state before.
transfer
module D : Domain
type state = D.t
type result
val fixpoint : ?wto:wto -> Cil_types.kernel_function -> state -> result
module Result : sig ... end