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

Method jump_blockparams

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

Source from the content-addressed store, hash-verified

193
194 #[inline]
195 fn jump_blockparams(&self, block: Block) -> &[Value] {
196 &self.blocks[block].block_params_out
197 }
198
199 #[inline]
200 fn inst_block(&self, inst: Inst) -> Block {

Callers 9

add_fixed_useMethod · 0.45
for_each_move_sourceMethod · 0.45
handle_useMethod · 0.45
coalesce_in_blockMethod · 0.45
collect_usesMethod · 0.45
check_blockMethod · 0.45
check_ssa_dominanceMethod · 0.45
check_blockMethod · 0.45
from_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected