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

Method as_mut

cranelift/codegen/src/machinst/reg.rs:153–155  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

151
152impl AsMut<Reg> for Reg {
153 fn as_mut(&mut self) -> &mut Reg {
154 self
155 }
156}
157
158/// A real (physical) register. This corresponds to one of the target

Callers 13

mainFunction · 0.45
reg_useMethod · 0.45
reg_late_useMethod · 0.45
reg_defMethod · 0.45
reg_early_defMethod · 0.45
reg_fixed_late_useMethod · 0.45
reg_fixed_useMethod · 0.45
reg_fixed_defMethod · 0.45
reg_reuse_defMethod · 0.45
any_defMethod · 0.45
any_late_useMethod · 0.45
add_value_label_aliasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected