Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ num_classes
Method
num_classes
src/debug_utils/generic_reginfo/mod.rs:168–170 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
166
167
#[inline]
168
fn num_classes(&self) -> usize {
169
self.classes.len()
170
}
171
172
#[inline]
173
fn class_members(&self, class: RegClass) -> PhysRegSet {
Callers
3
classes
Method · 0.80
check_entity
Method · 0.80
gen_use
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected