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

Function block_count

cranelift/src/bugpoint.rs:778–780  ·  view source on GitHub ↗
(func: &Function)

Source from the content-addressed store, hash-verified

776}
777
778fn block_count(func: &Function) -> usize {
779 func.layout.blocks().count()
780}
781
782fn inst_count(func: &Function) -> usize {
783 func.layout

Callers 1

runFunction · 0.85

Calls 1

blocksMethod · 0.80

Tested by

no test coverage detected