Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ is_empty
Method
is_empty
src/entity/set.rs:148–150 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
146
#[inline]
147
#[must_use]
148
pub fn is_empty(&self) -> bool {
149
self.storage.iter().all(|&word| word == 0)
150
}
151
152
/// Returns the number of elements in the set.
153
#[inline]
Callers
15
emit
Method · 0.45
value_locations
Method · 0.45
next
Method · 0.45
check_block
Method · 0.45
meet
Method · 0.45
fmt
Method · 0.45
check_class
Method · 0.45
gen_bank
Method · 0.45
gen_allocation_order
Method · 0.45
new
Method · 0.45
gen_cfg_skeleton
Method · 0.45
new_value
Method · 0.45
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected