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

Method reserved_value

src/allocation_unit.rs:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32impl ReservedValue for AllocationUnit {
33 #[inline]
34 fn reserved_value() -> Self {
35 Self { index: u32::MAX }
36 }
37
38 #[inline]
39 fn is_reserved_value(&self) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected