Module Goblint_lib.TmpSpecial

Analysis that tracks which variables hold the results of calls to math library functions (tmpSpecial).

For each equivalence a set of expressions is tracked, that contains the arguments of the corresponding call as well as the Lval it is assigned to, so an equivalence can be removed if one of these expressions may be changed.

module VarEq = VarEq.Spec
module Spec : sig ... end