MCPcopy 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_defMethod · 0.45
add_fixed_useMethod · 0.45
generate_movesMethod · 0.45
resolve_movesMethod · 0.45
for_each_move_sourceMethod · 0.45
handle_useMethod · 0.45
process_segmentMethod · 0.45
build_segmentsMethod · 0.45
componentsMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected