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

Method block_succs

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

Source from the content-addressed store, hash-verified

1544 }
1545
1546 fn block_succs(&self, block: BlockIndex) -> &[BlockIndex] {
1547 let range = self.block_succ_range.get(block.index());
1548 &self.block_succs[range]
1549 }
1550
1551 fn block_preds(&self, block: BlockIndex) -> &[BlockIndex] {
1552 let range = self.block_pred_range.get(block.index());

Callers 2

emitMethod · 0.80
fmtMethod · 0.80

Calls 2

getMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected