MCPcopy 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_defMethod · 0.45
resolve_movesMethod · 0.45
handle_block_live_outMethod · 0.45
compute_block_orderMethod · 0.45
coalesce_in_blockMethod · 0.45
compute_entry_statesMethod · 0.45
propagate_to_succsMethod · 0.45
check_blockMethod · 0.45
check_blockMethod · 0.45
computeMethod · 0.45
from_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected