(&self, inst: Inst)
| 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> { |
no outgoing calls
no test coverage detected