pub fn enumerate_reduction_paths( node: &AstNode, current_path: AstPath, ) -> Vec<AstPath> ⓘ
Enumerate all interesting paths in the AST for reduction. Systematically discovers all reducible AST locations.