Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ inst_block
Method
inst_block
src/debug_utils/generic_function/mod.rs:200–202 ·
view source on GitHub ↗
(&self, inst: Inst)
Source
from the content-addressed store, hash-verified
198
199
#[inline]
200
fn inst_block(&self, inst: Inst) -> Block {
201
self.insts[inst].block
202
}
203
204
#[inline]
205
fn block_frequency(&self, block: Block) -> f32 {
Callers
15
add_fixed_def
Method · 0.45
add_fixed_use
Method · 0.45
generate_moves
Method · 0.45
resolve_moves
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
calc_block_live_in_out
Method · 0.45
build_segments
Method · 0.45
components
Method · 0.45
next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected