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

Method map_block

cranelift/codegen/src/inline.rs:993–995  ·  view source on GitHub ↗
(&mut self, block: ir::Block)

Source from the content-addressed store, hash-verified

991 }
992
993 fn map_block(&mut self, block: ir::Block) -> ir::Block {
994 self.entity_map.inlined_block(block)
995 }
996
997 fn map_func_ref(&mut self, func_ref: ir::FuncRef) -> ir::FuncRef {
998 self.entity_map.inlined_func_ref(func_ref)

Callers

nothing calls this directly

Calls 1

inlined_blockMethod · 0.80

Tested by

no test coverage detected