(&mut self, block: ir::Block)
| 991 | } |
| 992 | |
| 993 | fn map_block(&mut self, block: ir::Block) -> ir::Block { |
| 994 | self.entity_map.inlined_block(block) |
| 995 | } |
| 996 | |
| 997 | fn map_func_ref(&mut self, func_ref: ir::FuncRef) -> ir::FuncRef { |
| 998 | self.entity_map.inlined_func_ref(func_ref) |
nothing calls this directly
no test coverage detected