MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / inst_args_mut

Method inst_args_mut

cranelift/codegen/src/ir/dfg.rs:921–923  ·  view source on GitHub ↗

Get all value arguments on `inst` as a mutable slice.

(&mut self, inst: Inst)

Source from the content-addressed store, hash-verified

919
920 /// Get all value arguments on `inst` as a mutable slice.
921 pub fn inst_args_mut(&mut self, inst: Inst) -> &mut [Value] {
922 self.insts[inst].arguments_mut(&mut self.value_lists)
923 }
924
925 /// Get the fixed value arguments on `inst` as a slice.
926 pub fn inst_fixed_args(&self, inst: Inst) -> &[Value] {

Callers 6

insert_int_divz_sequenceFunction · 0.80
insert_fcvt_sequenceFunction · 0.80
inst_fixed_args_mutMethod · 0.80
cloningFunction · 0.80

Calls

no outgoing calls

Tested by 1

cloningFunction · 0.64