Home | History | Annotate | Download | only in src

Lines Matching full:unroll

3747 // Scoped object to keep track of how much we unroll quantifier loops in the
3810 // from step 2.1. If the min and max are small we can unroll a little in
3812 static const int kMaxUnrolledMinMatches = 3; // Unroll (foo)+ and (foo){3,}
3813 static const int kMaxUnrolledMaxMatches = 3; // Unroll (foo)? and (foo){x,3}
3822 // Only unroll if there are no captures and the body can't be
3833 // Unroll the forced matches from 0 to min. This can cause chains of
3846 // Unroll the optional matches up to max.
5284 // Unroll loop once, to take care of the case that might start