MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / LiveRangeSegment

Class LiveRangeSegment

src/internal/live_range.rs:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected