Struct rustc_mir_dataflow::framework::graphviz::BlockFormatter
source · 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
sourceimpl<'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>,
const HEADER_COLOR: &'static str = "#a0a0a0"
fn toggle_background(&mut self) -> Background
fn write_node_label(
&mut self,
w: &mut impl Write,
body: &'a Body<'tcx>,
block: BasicBlock
) -> Result<()>
fn write_block_header_simple(
&mut self,
w: &mut impl Write,
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<()>
sourcefn write_row<W: Write>(
&mut self,
w: &mut W,
i: &str,
mir: &str,
f: impl FnOnce(&mut Self, &mut W, &str) -> Result<()>
) -> Result<()>
fn write_row<W: Write>(
&mut self,
w: &mut W,
i: &str,
mir: &str,
f: impl FnOnce(&mut Self, &mut W, &str) -> Result<()>
) -> Result<()>
Write a row with the given index and MIR, using the function argument to fill in the “STATE” column(s).
fn write_row_with_full_state(
&mut self,
w: &mut impl Write,
i: &str,
mir: &str
) -> Result<()>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.