(&self, inst: Inst)
| 188 | |
| 189 | #[inline] |
| 190 | fn terminator_kind(&self, inst: Inst) -> Option<TerminatorKind> { |
| 191 | self.insts[inst].terminator_kind |
| 192 | } |
| 193 | |
| 194 | #[inline] |
| 195 | fn jump_blockparams(&self, block: Block) -> &[Value] { |
no outgoing calls
no test coverage detected