Module graphviz

Source
Expand description

A helpful diagram for debugging dataflow problems.

Macros§

regex 🔒

Structs§

BlockFormatter 🔒
CfgEdge 🔒
A pair of a basic block and an index into that basic blocks successors.
Formatter 🔒
RustcMirAttrs 🔒
StateDiffCollector 🔒

Enums§

Background 🔒
The background color used for zebra-striping the table.
OutputStyle 🔒

Functions§

dataflow_successors 🔒
diff_pretty 🔒
write_graphviz_results 🔒
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. The Result in and the Results out are the same.