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

Method next_block

cranelift/codegen/src/ir/layout.rs:351–353  ·  view source on GitHub ↗

Get the block following `block` in the layout order.

(&self, block: Block)

Source from the content-addressed store, hash-verified

349
350 /// Get the block following `block` in the layout order.
351 pub fn next_block(&self, block: Block) -> Option<Block> {
352 self.blocks[block].next.expand()
353 }
354
355 /// Mark a block as "cold".
356 ///

Callers 11

do_int_divz_passFunction · 0.45
do_fcvt_trap_passFunction · 0.45
mutateMethod · 0.45
next_inst_ret_prevFunction · 0.45
do_inliningFunction · 0.45
inline_block_layoutFunction · 0.45
do_nan_canonicalizationFunction · 0.45
nextMethod · 0.45

Calls 1

expandMethod · 0.45

Tested by

no test coverage detected