pub fn generate_reduction_candidates(
root: &AstNode,
rules: &ReductionRules,
paths: &[AstPath],
) -> Vec<ReductionCandidate>Expand description
Generate all possible reduction candidates for a given AST. Systematically creates all viable reduction operations.