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

Method inst_operands

src/debug_utils/generic_function/mod.rs:215–217  ·  view source on GitHub ↗
(&self, inst: Inst)

Source from the content-addressed store, hash-verified

213
214 #[inline]
215 fn inst_operands(&self, inst: Inst) -> &[Operand] {
216 &self.insts[inst].operands
217 }
218
219 #[inline]
220 fn inst_clobbers(&self, inst: Inst) -> impl Iterator<Item = RegUnit> {

Callers 15

process_instMethod · 0.45
coalesce_in_blockMethod · 0.45
compute_alloc_offsetsMethod · 0.45
collect_usesMethod · 0.45
find_reused_valuesMethod · 0.45
process_operandMethod · 0.45
def_value_groupMethod · 0.45
preprocess_blockMethod · 0.45
optimize_blockMethod · 0.45
merge_useMethod · 0.45
check_instMethod · 0.45
check_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected