MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / num_values

Method num_values

src/debug_utils/generic_function/mod.rs:225–227  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

223
224 #[inline]
225 fn num_values(&self) -> usize {
226 self.values.len()
227 }
228
229 #[inline]
230 fn value_bank(&self, value: Value) -> RegBank {

Callers 10

valuesMethod · 0.45
prepareMethod · 0.45
clearMethod · 0.45
runMethod · 0.45
clearMethod · 0.45
computeMethod · 0.45
prepareMethod · 0.45
runMethod · 0.45
validate_functionFunction · 0.45
check_entityMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected