Struct rustc_mir_dataflow::framework::graphviz::BlockFormatter
source · struct BlockFormatter<'res, 'mir, 'tcx, A>where
A: Analysis<'tcx>,{
results: ResultsRefCursor<'res, 'mir, 'tcx, A>,
bg: Background,
style: OutputStyle,
}
Fields§
§results: ResultsRefCursor<'res, 'mir, 'tcx, A>
§bg: Background
§style: OutputStyle
Implementations§
source§impl<'res, 'mir, 'tcx, A> BlockFormatter<'res, 'mir, 'tcx, A>where
A: Analysis<'tcx>,
A::Domain: DebugWithContext<A>,
impl<'res, 'mir, 'tcx, A> BlockFormatter<'res, 'mir, '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, 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, 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<'res, 'mir, 'tcx, A> !RefUnwindSafe for BlockFormatter<'res, 'mir, 'tcx, A>
impl<'res, 'mir, 'tcx, A> !Send for BlockFormatter<'res, 'mir, 'tcx, A>
impl<'res, 'mir, 'tcx, A> !Sync for BlockFormatter<'res, 'mir, 'tcx, A>
impl<'res, 'mir, 'tcx, A> Unpin for BlockFormatter<'res, 'mir, 'tcx, A>where <A as AnalysisDomain<'tcx>>::Domain: Unpin,
impl<'res, 'mir, 'tcx, A> !UnwindSafe for BlockFormatter<'res, 'mir, 'tcx, A>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn 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.