Home | History | Annotate | Download | only in src

Lines Matching full:greedy

571 //   * Simple greedy loops store reduced backtracking information.
1529 // If we are generating a greedy loop then don't stop and don't reuse code.
2491 // value indicating that a greedy loop cannot be constructed.
2534 // optimization for greedy loops (see below).
2665 * For greedy loops we reverse our expectation and expect to match rather
2667 * unwind code that steps back in the greedy loop). The following alternatives
2730 // Here we have special handling for greedy loops containing only text nodes
2753 Label second_choice; // For use in greedy matches.