Function collect_instr_reads

Source
pub(crate) fn collect_instr_reads(
    instr: &MirInstr,
    read_locals: &mut HashSet<MirLocalId>,
)