Home
last modified time | relevance | path

Searched refs:BlockSignature (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs28 type BlockSignature = Vec<Type>; typedef
1202 blocks: Vec<(Block, BlockSignature)>,
1222 ) -> (&[(Block, BlockSignature)], &[(Block, BlockSignature)]) { in partition_target_blocks() argument
1230 fn forward_blocks(&self, block: Block) -> &[(Block, BlockSignature)] { in forward_blocks() argument
1890 fn generate_block_signature(&mut self) -> Result<BlockSignature> { in generate_block_signature() argument