Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
values
Method · 0.45
prepare
Method · 0.45
clear
Method · 0.45
run
Method · 0.45
clear
Method · 0.45
compute
Method · 0.45
prepare
Method · 0.45
run
Method · 0.45
validate_function
Function · 0.45
check_entity
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected