Module type DataFlow.DF
Type for the dataflow API.
val join : state list -> state -> stateval run : IR.Procdesc.t -> state -> IR.Procdesc.Node.t -> transitionRun the dataflow analysis on a procedure starting from the given state. Returns a function to lookup the results of the analysis on every node