Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dmod.rs39 pub use crate::ir::dfg::{BlockData, DataFlowGraph, ValueDef};
H A Ddfg.rs51 pub struct Blocks(PrimaryMap<Block, BlockData>);
56 self.0.push(BlockData::new()) in add()
88 type Output = BlockData;
90 fn index(&self, block: Block) -> &BlockData { in index() argument
96 fn index_mut(&mut self, block: Block) -> &mut BlockData { in index_mut() argument
1401 pub struct BlockData { struct
1406 impl BlockData { argument