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

Method value_group_members

src/debug_utils/generic_function/mod.rs:240–242  ·  view source on GitHub ↗
(&self, group: ValueGroup)

Source from the content-addressed store, hash-verified

238
239 #[inline]
240 fn value_group_members(&self, group: ValueGroup) -> &[Value] {
241 &self.value_groups[group]
242 }
243
244 #[inline]
245 fn can_rematerialize(&self, value: Value) -> Option<(RematCost, RegClass)> {

Callers 14

coalesce_in_blockMethod · 0.45
find_reused_valuesMethod · 0.45
try_reuse_value_groupMethod · 0.45
process_operandMethod · 0.45
def_value_groupMethod · 0.45
indirect_remat_inputsMethod · 0.45
merge_useMethod · 0.45
membersMethod · 0.45
check_constraintMethod · 0.45
check_instMethod · 0.45
check_valueMethod · 0.45
check_remat_inputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected