MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / DisplayOutputInst

Class DisplayOutputInst

src/debug_utils/display.rs:339–343  ·  view source on GitHub ↗

Internal helper type to format an output instruction.

Source from the content-addressed store, hash-verified

337
338/// Internal helper type to format an output instruction.
339pub(crate) struct DisplayOutputInst<'a, F, R> {
340 pub(crate) inst: OutputInst<'a>,
341 pub(crate) block: Block,
342 pub(crate) output: &'a Output<'a, F, R>,
343}
344
345impl<F: Function, R: RegInfo> fmt::Display for DisplayOutputInst<'_, F, R> {
346 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected