Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ index
Method
index
cranelift/codegen/src/machinst/reg.rs:202–204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
200
}
201
202
pub fn index(self) -> usize {
203
self.0.vreg()
204
}
205
}
206
207
impl core::fmt::Debug for VirtualReg {
Callers
7
from_block
Method · 0.45
succ_indices
Method · 0.45
lower_clif_block
Method · 0.45
collect_block_call
Method · 0.45
lower
Method · 0.45
preg_to_pinned_vreg
Function · 0.45
from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected