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

Method value_groups

src/function.rs:767–769  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

765 /// Iterator over all the [`ValueGroup`]s in this function.
766 #[inline]
767 fn value_groups(&self) -> Keys<ValueGroup> {
768 Keys::with_len(self.num_value_groups())
769 }
770
771 /// Get the members of a value group.
772 fn value_group_members(&self, group: ValueGroup) -> &[Value];

Callers 1

from_functionMethod · 0.80

Implementers 2

mod.rssrc/debug_utils/generic_function/mod.r
parallel_moves.rsfuzz/fuzz_targets/parallel_moves.rs

Calls 1

num_value_groupsMethod · 0.45

Tested by

no test coverage detected