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

Method from

cranelift/codegen/src/ir/progpoint.rs:32–34  ·  view source on GitHub ↗
(inst: Inst)

Source from the content-addressed store, hash-verified

30
31impl From<Inst> for ProgramPoint {
32 fn from(inst: Inst) -> Self {
33 Self::Inst(inst)
34 }
35}
36
37impl From<Block> for ProgramPoint {

Callers

nothing calls this directly

Calls 2

InstClass · 0.70
BlockClass · 0.70

Tested by

no test coverage detected