MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / display_inst

Method display_inst

cranelift/codegen/src/ir/dfg.rs:845–847  ·  view source on GitHub ↗

Returns an object that displays `inst`.

(&'a self, inst: Inst)

Source from the content-addressed store, hash-verified

843
844 /// Returns an object that displays `inst`.
845 pub fn display_inst<'a>(&'a self, inst: Inst) -> DisplayInst<'a> {
846 DisplayInst(self, inst)
847 }
848
849 /// Returns an object that displays the given `value`'s defining instruction.
850 ///

Callers 3

finalizeMethod · 0.80
display_value_instMethod · 0.80
contextMethod · 0.80

Calls 1

DisplayInstClass · 0.85

Tested by

no test coverage detected