Lines Matching refs:Block
17 Before(ir::Block),
20 After(ir::Block),
109 fn at_first_insertion_point(mut self, block: ir::Block) -> Self in at_first_insertion_point()
130 fn at_first_inst(mut self, block: ir::Block) -> Self in at_first_inst()
151 fn at_last_inst(mut self, block: ir::Block) -> Self in at_last_inst()
193 fn at_top(mut self, block: ir::Block) -> Self in at_top()
214 fn at_bottom(mut self, block: ir::Block) -> Self in at_bottom()
223 fn current_block(&self) -> Option<ir::Block> { in current_block() argument
267 fn goto_first_insertion_point(&mut self, block: ir::Block) { in goto_first_insertion_point() argument
276 fn goto_first_inst(&mut self, block: ir::Block) { in goto_first_inst() argument
282 fn goto_last_inst(&mut self, block: ir::Block) { in goto_last_inst() argument
290 fn goto_top(&mut self, block: ir::Block) { in goto_top() argument
297 fn goto_bottom(&mut self, block: ir::Block) { in goto_bottom() argument
350 fn next_block(&mut self) -> Option<ir::Block> { in next_block() argument
390 fn prev_block(&mut self) -> Option<ir::Block> { in prev_block() argument
593 fn insert_block(&mut self, new_block: ir::Block) { in insert_block() argument