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

Method from

cranelift/codegen/src/ir/entities.rs:430–432  ·  view source on GitHub ↗
(r: Block)

Source from the content-addressed store, hash-verified

428
429impl From<Block> for AnyEntity {
430 fn from(r: Block) -> Self {
431 Self::Block(r)
432 }
433}
434
435impl From<Inst> for AnyEntity {

Callers

nothing calls this directly

Calls 13

DynamicStackSlotClass · 0.85
DynamicTypeClass · 0.85
GlobalValueClass · 0.85
JumpTableClass · 0.85
FuncRefClass · 0.85
SigRefClass · 0.85
AliasRegionClass · 0.85
BlockClass · 0.70
InstClass · 0.70
ValueClass · 0.70
StackSlotClass · 0.70
ConstantClass · 0.70

Tested by

no test coverage detected