MCPcopy 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_instsMethod · 0.45
add_fixed_defMethod · 0.45
add_fixed_useMethod · 0.45
resolve_movesMethod · 0.45
handle_block_live_inMethod · 0.45
handle_block_live_outMethod · 0.45
for_each_move_sourceMethod · 0.45
handle_useMethod · 0.45
process_segmentMethod · 0.45
process_blockMethod · 0.45
coalesce_in_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected