Function move_lang::cfgir::ast::remap_labels

source ·
pub fn remap_labels(
    remapping: &BTreeMap<Label, Label>,
    start: Label,
    blocks: BasicBlocks
) -> (Label, BasicBlocks)