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

Method entry_block

cranelift/codegen/src/machinst/vcode.rs:1537–1539  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1535 }
1536
1537 fn entry_block(&self) -> BlockIndex {
1538 self.entry
1539 }
1540
1541 fn block_insns(&self, block: BlockIndex) -> InstRange {
1542 let range = self.block_ranges.get(block.index());

Callers 2

newMethod · 0.45
gen_arg_setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected