flowistry_pdg_construction

Module mutation

Source
Expand description

Identifies the mutated places in a MIR instruction via modular approximation based on types.

Structs§

Enums§

  • Indicator of certainty about whether a place is being mutated. Used to determine whether an update should be strong or weak.
  • A classification on when this visitor is executed. This is designed to allow splitting of the effect of a function call into the argument unification and the return/mut arg modification.