MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / block_preds

Method block_preds

src/debug_utils/generic_function/mod.rs:175–177  ·  view source on GitHub ↗
(&self, block: Block)

Source from the content-addressed store, hash-verified

173
174 #[inline]
175 fn block_preds(&self, block: Block) -> &[Block] {
176 &self.blocks[block].preds
177 }
178
179 #[inline]
180 fn block_immediate_dominator(&self, block: Block) -> Option<Block> {

Callers 13

add_fixed_useMethod · 0.45
handle_block_live_inMethod · 0.45
for_each_move_sourceMethod · 0.45
handle_useMethod · 0.45
propagate_to_predsMethod · 0.45
compute_block_orderMethod · 0.45
prepare_forward_passMethod · 0.45
check_blockMethod · 0.45
check_blockMethod · 0.45
fmtMethod · 0.45
compute_idomsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected