Analysis_and_optimizationmodule Dataflow_types : sig ... endmodule Dataflow_utils : sig ... endmodule Debug_data_generation : sig ... endmodule Dependence_analysis : sig ... end~~~~~ TODO ~~~~~
module Factor_graph : sig ... endmodule Memory_patterns : sig ... endmodule Mir_utils : sig ... endmodule Monotone_framework : sig ... endThe common elements of a monotone framework
module Monotone_framework_sigs : sig ... endThe API for a monotone framework, as described in 2.3-2.4 of Nielson, Nielson, and Hankin or 9.3 of Aho et al.. This gives a modular way of implementing many static analyses.
module Optimize : sig ... endmodule Partial_evaluator : sig ... endmodule Pedantic_analysis : sig ... endmodule Pedantic_dist_warnings : sig ... end