Module Linter.RDDomain

Reaching definition domain. For more informations see :

This module implements a reaching definition domain for Jasmin programs. Domain are represented as a map that associate a set of instructions to each variable.

domain type

val empty : t

empty domain

val join : t -> t -> t
val included : t -> t -> bool
val forget : Jasmin.Prog.var -> t -> t
val pp : Format.formatter -> (Jasmin.Location.i_loc * t) -> unit