Skip to main content

Module occ

Module occ 

Source

Enums§

Occ
Occurrence count for a variable.

Functions§

get_occ
Get the occurrence count for a specific variable, defaulting to Dead.
occ_analysis
Count occurrences of all variables in the expression. Binding sites (in Lam, Let, Case, Join) are NOT counted as occurrences. Only Var(v) nodes (variable use sites) are counted.

Type Aliases§

OccMap
Map from variable to occurrence count.