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

Method terminator_kind

src/debug_utils/generic_function/mod.rs:190–192  ·  view source on GitHub ↗
(&self, inst: Inst)

Source from the content-addressed store, hash-verified

188
189 #[inline]
190 fn terminator_kind(&self, inst: Inst) -> Option<TerminatorKind> {
191 self.insts[inst].terminator_kind
192 }
193
194 #[inline]
195 fn jump_blockparams(&self, block: Block) -> &[Value] {

Callers 8

add_fixed_defMethod · 0.45
handle_block_live_outMethod · 0.45
handle_useMethod · 0.45
check_blockMethod · 0.45
check_instMethod · 0.45
fmtMethod · 0.45
from_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected