Lines Matching refs:Block
43 cases: HashMap<EntryIndex, Block>,
55 pub fn set_entry(&mut self, index: EntryIndex, block: Block) { in set_entry() argument
61 pub fn entries(&self) -> &HashMap<EntryIndex, Block> { in entries() argument
106 otherwise: Block, in build_search_tree() argument
157 otherwise: Block, in build_search_branches() argument
204 otherwise: Block, in build_jump_table() argument
206 blocks: &[Block], in build_jump_table() argument
267 pub fn emit(self, bx: &mut FunctionBuilder, val: Value, otherwise: Block) { in emit() argument
312 blocks: Vec<Block>,
324 fn single_block(&self) -> Option<Block> { in single_block() argument
354 switch.emit(&mut bx, val, Block::with_number($default).unwrap());