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

Method block_params

cranelift/frontend/src/frontend.rs:737–739  ·  view source on GitHub ↗

Retrieves all the parameters for a [`Block`] currently inferred from the jump instructions inserted that target it and the SSA construction.

(&self, block: Block)

Source from the content-addressed store, hash-verified

735 /// Retrieves all the parameters for a [`Block`] currently inferred from the jump instructions
736 /// inserted that target it and the SSA construction.
737 pub fn block_params(&self, block: Block) -> &[Value] {
738 self.func.dfg.block_params(block)
739 }
740
741 /// Retrieves the signature with reference `sigref` previously added with
742 /// [`import_signature`](Self::import_signature).

Calls

no outgoing calls