Searched refs:BlockData (Results 1 – 2 of 2) sorted by relevance
39 pub use crate::ir::dfg::{BlockData, DataFlowGraph, ValueDef};
51 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() argument96 fn index_mut(&mut self, block: Block) -> &mut BlockData { in index_mut() argument1401 pub struct BlockData { struct1406 impl BlockData { argument