Goblint_lib.SpecLiftersVarious simple and old analysis lifters.
module type NameLifter = sig ... endmodule type LatticeLifter = functor (L : Lattice.S) -> sig ... endmodule DomainLifter
(N : NameLifter)
(F : LatticeLifter)
(S : Analyses.Spec) :
sig ... endmodule GlobalDomainLifter
(N : NameLifter)
(F : LatticeLifter)
(S : Analyses.Spec) :
sig ... endmodule HashconsLifter (S : Analyses.Spec) : sig ... endLifts a Spec so that the domain is Hashconsd
module type PrintableLifter = functor (P : Printable.S) -> sig ... endmodule ContextLifter
(N : NameLifter)
(F : PrintableLifter)
(S : Analyses.Spec) :
sig ... endmodule HashconsContextLifter (S : Analyses.Spec) : sig ... endLifts a Spec so that the context is Hashconsd.
module HashCachedContextLifter (S : Analyses.Spec) : sig ... endLifts a Spec so that the context is HashCached.
module OptEqual (S : Analyses.Spec) : sig ... endmodule LevelSliceLifter
(S : Analyses.Spec) :
Analyses.Spec
with module D = Lattice.Prod(S.D)(Lattice.Reverse(IntDomain.Lifted))
and module G = S.G
and module C = S.CIf dbg.slice.on, stops entering functions after dbg.slice.n levels.
module WidenContextLifterSide (S : Analyses.Spec) : sig ... endmodule DeadCodeLifter
(S : Analyses.Spec) :
Analyses.Spec
with module D = Analyses.Dom(S.D)
and module G = S.G
and module C = S.CLifts a Spec with a special bottom element that represent unreachable code.
module PathSensitive2
(Spec : Analyses.Spec) :
Analyses.Spec
with module G = Spec.G
and module C = Spec.C
and module V = Spec.VAdd path sensitivity to a analysis
module DeadBranchLifter (S : Analyses.Spec) : Analyses.Spec