Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
impl Inst {
Callers
9
process_segment
Method · 0.80
advance_left
Method · 0.80
new
Method · 0.80
find_optimal_split_point
Method · 0.80
build_segments
Method · 0.80
first_inst
Method · 0.80
next
Method · 0.80
collect_uses
Method · 0.80
collect_gaps
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected