| 159 | /// non-overlapping `LiveRangeSegment`s. |
| 160 | #[derive(Clone, Copy, PartialEq, Eq)] |
| 161 | pub struct LiveRangeSegment { |
| 162 | pub from: LiveRangePoint, |
| 163 | pub to: LiveRangePoint, |
| 164 | } |
| 165 | |
| 166 | impl LiveRangeSegment { |
| 167 | /// Creates a new `LiveRangeSegment`. |
nothing calls this directly
no outgoing calls
no test coverage detected