Searched refs:kMaxUnrolledMinMatches (Results 1 – 1 of 1) sorted by relevance
3549 static const int kMaxUnrolledMinMatches = 3; // Unroll (foo)+ and (foo){3,} in ToNode() local3561 if (min > 0 && min <= kMaxUnrolledMinMatches) { in ToNode()