pub fn expr_size(expr: &Expr) -> usize
Compute the size (number of nodes) of an expression.
Used as a heuristic for reduction complexity.