Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dcursor.rs573 fn replace_inst(&mut self, new_inst: ir::Inst) -> ir::Inst { in replace_inst() method
/wasmtime-44.0.1/cranelift/codegen/src/egraph/
H A Dmod.rs935 cursor.replace_inst(new_inst); in execute_skeleton_inst_simplification()