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

Method empty

src/internal/uses.rs:353–355  ·  view source on GitHub ↗

Returns an empty use list which doesn't contain any uses.

()

Source from the content-addressed store, hash-verified

351impl UseList {
352 /// Returns an empty use list which doesn't contain any uses.
353 pub fn empty() -> Self {
354 Self { from: 0, to: 0 }
355 }
356
357 /// Indicates that the live range that contains this use list is live-in
358 /// from a preceding segment at the start of the live range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected