Home
last modified time | relevance | path

Searched refs:map_inst_values (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/egraph/
H A Dmod.rs844 cursor.func.dfg.map_inst_values(inst, |arg| { in remove_pure_and_optimize()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Ddfg.rs871 pub fn map_inst_values<F>(&mut self, inst: Inst, body: F) in map_inst_values() method