(self, inst1: Instruction, inst2: Instruction)
| 553 | raise NotImplementedError() |
| 554 | |
| 555 | def _small_consts_match(self, inst1: Instruction, inst2: Instruction) -> bool: |
| 556 | raise NotImplementedError() |
| 557 | |
| 558 | def _validate(self) -> None: |
| 559 | for block in self._blocks(): |