Struct rustc_mir_dataflow::framework::graphviz::BlockFormatter [−][src]
struct BlockFormatter<'a, 'tcx, A> where
A: Analysis<'tcx>, {
results: ResultsRefCursor<'a, 'a, 'tcx, A>,
bg: Background,
style: OutputStyle,
}
Fields
results: ResultsRefCursor<'a, 'a, 'tcx, A>
bg: Background
style: OutputStyle
Implementations
impl<A, 'tcx, 'a> BlockFormatter<'a, 'tcx, A> where
A: Analysis<'tcx>,
A::Domain: DebugWithContext<A>,
impl<A, 'tcx, 'a> BlockFormatter<'a, 'tcx, A> where
A: Analysis<'tcx>,
A::Domain: DebugWithContext<A>,
fn write_node_label(
&mut self,
w: &mut impl Write,
body: &'a Body<'tcx>,
block: BasicBlock
) -> Result<()>
fn write_block_header_with_state_columns(
&mut self,
w: &mut impl Write,
block: BasicBlock,
state_column_names: &[&str]
) -> Result<()>
fn write_statements_and_terminator(
&mut self,
w: &mut impl Write,
body: &'a Body<'tcx>,
block: BasicBlock
) -> Result<()>
Write a row with the given index and MIR, using the function argument to fill in the “STATE” column(s).
Auto Trait Implementations
impl<'a, 'tcx, A> !RefUnwindSafe for BlockFormatter<'a, 'tcx, A>
impl<'a, 'tcx, A> !Send for BlockFormatter<'a, 'tcx, A>
impl<'a, 'tcx, A> !Sync for BlockFormatter<'a, 'tcx, A>
impl<'a, 'tcx, A> Unpin for BlockFormatter<'a, 'tcx, A> where
<A as AnalysisDomain<'tcx>>::Domain: Unpin,
'tcx: 'a,
impl<'a, 'tcx, A> !UnwindSafe for BlockFormatter<'a, 'tcx, A>
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.