Function block_pc

Source
pub(crate) fn block_pc(
    block_id_to_pc: &BTreeMap<u32, i32>,
    block_id: MirBlockId,
) -> Result<i32, LowerError>