Module InferModules.ReachingDefs
module Defs : module type of sig ... endThe node in which the reaching definition x := e is defined.
module ReachingDefsMap : module type of sig ... endMap var -> its reaching definition
val compute_invariant_map : Summary.t -> InferIR.Tenv.t -> invariant_mapval extract_post : InferIR.Procdesc.Node.id -> invariant_map -> ReachingDefsMap.t option