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

Method block_params

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

Source from the content-addressed store, hash-verified

183
184 #[inline]
185 fn block_params(&self, block: Block) -> &[Value] {
186 &self.blocks[block].block_params_in
187 }
188
189 #[inline]
190 fn terminator_kind(&self, inst: Inst) -> Option<TerminatorKind> {

Callers 5

coalesce_in_blockMethod · 0.45
collect_usesMethod · 0.45
check_blockMethod · 0.45
check_blockMethod · 0.45
from_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected