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

Method block_preds

cranelift/codegen/src/machinst/vcode.rs:1551–1554  ·  view source on GitHub ↗
(&self, block: BlockIndex)

Source from the content-addressed store, hash-verified

1549 }
1550
1551 fn block_preds(&self, block: BlockIndex) -> &[BlockIndex] {
1552 let range = self.block_pred_range.get(block.index());
1553 &self.block_preds[range]
1554 }
1555
1556 fn block_params(&self, block: BlockIndex) -> &[VReg] {
1557 // As a special case we don't return block params for the entry block, as all the arguments

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected