Home | History | Annotate | Download | only in src

Lines Matching full:unroll

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