MCPcopy 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_moveMethod · 0.45
resolveMethod · 0.45
build_initial_vregsMethod · 0.45
check_constraintMethod · 0.45
check_blockMethod · 0.45
check_valueMethod · 0.45
check_instMethod · 0.45
fmtMethod · 0.45
from_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected