Returns the instruction that this `LiveRangePoint` is in. In the case of a [`LiveRangeSlot::Boundary`], this returns the following instruction.
(self)
| 89 | /// In the case of a [`LiveRangeSlot::Boundary`], this returns the following |
| 90 | /// instruction. |
| 91 | pub fn inst(self) -> Inst { |
| 92 | Inst::new((self.bits >> 2) as usize) |
| 93 | } |
| 94 | |
| 95 | /// Returns the slot inside an instruction that this `LiveRangePoint` points |
| 96 | /// to. |
no outgoing calls
no test coverage detected