Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ num_blocks
Method
num_blocks
src/debug_utils/generic_function/mod.rs:155–157 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
153
154
#[inline]
155
fn num_blocks(&self) -> usize {
156
self.blocks.len()
157
}
158
159
#[inline]
160
fn entry_points(&self) -> &[Block] {
Callers
15
blocks
Method · 0.45
prepare
Method · 0.45
run
Method · 0.45
calc_block_live_in_out
Method · 0.45
prepare_forward_pass
Method · 0.45
compute_entry_states
Method · 0.45
check_entity
Method · 0.45
check_block
Method · 0.45
check_function
Method · 0.45
check_output
Function · 0.45
compute
Method · 0.45
compute
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected