Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ blocks
Method
blocks
src/function.rs:619–621 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
617
/// Iterator over all the [`Block`]s in this function.
618
#[inline]
619
fn blocks(&self) -> Keys<Block> {
620
Keys::with_len(self.num_blocks())
621
}
622
623
/// Returns the entry points of the CFG.
624
///
Callers
10
prepare
Method · 0.80
run
Method · 0.80
compute_block_order
Method · 0.80
collect_uses
Method · 0.80
run
Method · 0.80
prepare_forward_pass
Method · 0.80
check_function
Method · 0.80
fmt
Method · 0.80
evaluate
Method · 0.80
from_function
Method · 0.80
Implementers
2
mod.rs
src/debug_utils/generic_function/mod.r
parallel_moves.rs
fuzz/fuzz_targets/parallel_moves.rs
Calls
1
num_blocks
Method · 0.45
Tested by
no test coverage detected