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

Method prev

src/function.rs:188–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186 #[inline]
187 #[must_use]
188 pub fn prev(self) -> Self {
189 debug_assert!(!self.is_reserved_value());
190 Self(self.0 - 1)
191 }
192}
193
194impl Inst {

Callers 9

process_segmentMethod · 0.80
advance_leftMethod · 0.80
newMethod · 0.80
build_segmentsMethod · 0.80
first_instMethod · 0.80
nextMethod · 0.80
collect_usesMethod · 0.80
collect_gapsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected