Expand description
Dataflow analysis results.
Structs§
- A dataflow analysis that has converged to fixpoint.
Functions§
- Writes a DOT file containing the results of a dataflow analysis if the user requested it via
rustc_mir
attributes and-Z dump-mir-dataflow
. TheResult
in and theResults
out are the same.