MCPcopy 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

classesMethod · 0.80
check_entityMethod · 0.80
gen_useMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected