enumerate_reduction_paths

Function enumerate_reduction_paths 

Source
pub fn enumerate_reduction_paths(
    node: &AstNode,
    current_path: AstPath,
) -> Vec<AstPath> 
Expand description

Enumerate all interesting paths in the AST for reduction. Systematically discovers all reducible AST locations.