rustc_mir_dataflow::framework

Module visitor

Source

Traits§

  • A visitor over the results of an Analysis. Use this when you want to inspect domain values in many or all locations; use ResultsCursor if you want to inspect domain values only in certain locations.

Functions§

  • Calls the corresponding method in ResultsVisitor for every location in a mir::Body with the dataflow state at that location.