Home
last modified time | relevance | path

Searched refs:remove_block_param (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dremove_constant_phis.rs373 func.dfg.remove_block_param(redundant_formal); in do_remove_constant_phis()
/wasmtime-44.0.1/cranelift/src/
H A Dbugpoint.rs382 func.dfg.remove_block_param(param); in mutate()
/wasmtime-44.0.1/cranelift/frontend/src/
H A Dssa.rs555 func.dfg.remove_block_param(sentinel); in finish_predecessors_lookup()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Ddfg.rs1296 pub fn remove_block_param(&mut self, val: Value) { in remove_block_param() method