Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ value_bank
Method
value_bank
src/debug_utils/generic_function/mod.rs:230–232 ·
view source on GitHub ↗
(&self, value: Value)
Source
from the content-addressed store, hash-verified
228
229
#[inline]
230
fn value_bank(&self, value: Value) -> RegBank {
231
self.values[value].bank
232
}
233
234
#[inline]
235
fn num_value_groups(&self) -> usize {
Callers
10
add_move
Method · 0.45
resolve
Method · 0.45
create_vreg_from_segments
Method · 0.45
build_initial_vregs
Method · 0.45
check_constraint
Method · 0.45
check_block
Method · 0.45
check_value
Method · 0.45
check_inst
Method · 0.45
fmt
Method · 0.45
from_function
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected