Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ block_succs
Method
block_succs
src/debug_utils/generic_function/mod.rs:170–172 ·
view source on GitHub ↗
(&self, block: Block)
Source
from the content-addressed store, hash-verified
168
169
#[inline]
170
fn block_succs(&self, block: Block) -> &[Block] {
171
&self.blocks[block].succs
172
}
173
174
#[inline]
175
fn block_preds(&self, block: Block) -> &[Block] {
Callers
11
add_fixed_def
Method · 0.45
resolve_moves
Method · 0.45
handle_block_live_out
Method · 0.45
compute_block_order
Method · 0.45
coalesce_in_block
Method · 0.45
compute_entry_states
Method · 0.45
propagate_to_succs
Method · 0.45
check_block
Method · 0.45
check_block
Method · 0.45
compute
Method · 0.45
from_function
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected