Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ block_insts
Method
block_insts
src/debug_utils/generic_function/mod.rs:165–167 ·
view source on GitHub ↗
(&self, block: Block)
Source
from the content-addressed store, hash-verified
163
164
#[inline]
165
fn block_insts(&self, block: Block) -> InstRange {
166
self.blocks[block].insts
167
}
168
169
#[inline]
170
fn block_succs(&self, block: Block) -> &[Block] {
Callers
15
output_insts
Method · 0.45
add_fixed_def
Method · 0.45
add_fixed_use
Method · 0.45
resolve_moves
Method · 0.45
handle_block_live_in
Method · 0.45
handle_block_live_out
Method · 0.45
for_each_move_source
Method · 0.45
handle_use
Method · 0.45
process_segment
Method · 0.45
find_optimal_split_point
Method · 0.45
process_block
Method · 0.45
coalesce_in_block
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected