Expand description

Creating and computing forward interprocedural fixpoint problems.

General notes

This module supports computation of fixpoint problems on the control flow graphs generated by the graph module.

To compute a generalized fixpoint problem, first construct a context object implementing the Contexttrait. Use it to construct a Computation object. The Computation object provides the necessary methods for the actual fixpoint computation.

Structs

  • This struct is a wrapper to create a general fixpoint context out of an interprocedural fixpoint context.

Traits

  • The context for an interprocedural fixpoint computation.

Functions