charon_lib::transform::ullbc_to_llbc

Function get_goto_kind

source
fn get_goto_kind(
    exits_info: &ExitInfo,
    parent_loops: &Vec<BlockId>,
    switch_exit_blocks: &HashSet<BlockId>,
    next_block_id: BlockId,
) -> GotoKind