Function charon_lib::transform::ullbc_to_llbc::compute_switch_exits_explore   
source ยท fn compute_switch_exits_explore(
    cfg: &CfgInfo,
    tsort_map: &HashMap<BlockId, usize>,
    memoized: &mut HashMap<BlockId, BlocksInfo>,
    block_id: BlockId,
) -> BlocksInfoExpand description
Compute BlocksInfo for every block in the graph. This information is then used to compute the switch exits.