Home | History | Annotate | Download | only in testing

Lines Matching defs:SimplifyRegexp

574 void SimplifyRegexp(int iters, const string& regexp) {
669 void BM_Regexp_Simplify(int i) { RunBuild(i, FLAGS_compile_regexp, SimplifyRegexp); }