Function mz_transform::normalize_lets::support::count_local_id_uses
source ยท pub(super) fn count_local_id_uses(
expr: &MirRelationExpr,
counts: &mut BTreeMap<LocalId, usize>,
)
Expand description
Populates counts
with the number of uses of each local identifier in expr
.