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.