Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
impl 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
main
Function · 0.45
reg_use
Method · 0.45
reg_late_use
Method · 0.45
reg_def
Method · 0.45
reg_early_def
Method · 0.45
reg_fixed_late_use
Method · 0.45
reg_fixed_use
Method · 0.45
reg_fixed_def
Method · 0.45
reg_reuse_def
Method · 0.45
any_def
Method · 0.45
any_late_use
Method · 0.45
add_value_label_alias
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected