Module InferModules.ReachingDefs

module Defs : module type of sig ... end

The node in which the reaching definition x := e is defined.

module ReachingDefsMap : module type of sig ... end

Map var -> its reaching definition

type invariant_map
val compute_invariant_map : Summary.t -> InferIR.Tenv.t -> invariant_map
val extract_post : InferIR.Procdesc.Node.id -> invariant_map -> ReachingDefsMap.t option