Function flowistry_pdg::rustc::mir::graphviz::write_mir_fn_graphviz
source · pub fn write_mir_fn_graphviz<W, 'tcx>(
tcx: TyCtxt<'tcx>,
body: &Body<'_>,
subgraph: bool,
w: &mut W
) -> Result<(), Error>where
W: Write,
Expand description
Write a graphviz DOT graph of the MIR.