Function sway_ir::optimize::mem2reg::compute_livein

source ยท
pub fn compute_livein(
    context: &mut Context<'_>,
    function: &Function,
    po: &PostOrder,
    locals: &HashSet<String>,
) -> FxHashMap<Block, HashSet<String>>