Searched refs:remove_block_param (Results 1 – 4 of 4) sorted by relevance
373 func.dfg.remove_block_param(redundant_formal); in do_remove_constant_phis()
382 func.dfg.remove_block_param(param); in mutate()
555 func.dfg.remove_block_param(sentinel); in finish_predecessors_lookup()
1296 pub fn remove_block_param(&mut self, val: Value) { in remove_block_param() method