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

Method classes

src/reginfo.rs:321–323  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

319 /// Iterator over all [`RegClass`]es.
320 #[inline]
321 fn classes(&self) -> Keys<RegClass> {
322 Keys::with_len(self.num_classes())
323 }
324
325 /// Returns the set of [`PhysReg`] contained within a register class.
326 ///

Callers 7

superclassesFunction · 0.80
fmtMethod · 0.80
check_reginfoMethod · 0.80
from_reginfoMethod · 0.80
gen_subclassMethod · 0.80
newMethod · 0.80
arbitraryMethod · 0.80

Implementers 1

mod.rssrc/debug_utils/generic_reginfo/mod.rs

Calls 1

num_classesMethod · 0.80

Tested by

no test coverage detected