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

Method inst_clobbers

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

Source from the content-addressed store, hash-verified

218
219 #[inline]
220 fn inst_clobbers(&self, inst: Inst) -> impl Iterator<Item = RegUnit> {
221 self.insts[inst].clobbers.iter().copied()
222 }
223
224 #[inline]
225 fn num_values(&self) -> usize {

Callers 7

collect_usesMethod · 0.45
preprocess_blockMethod · 0.45
optimize_blockMethod · 0.45
check_instMethod · 0.45
check_instMethod · 0.45
fmtMethod · 0.45
from_functionMethod · 0.45

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected