Home
last modified time | relevance | path

Searched refs:n_alts (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc5109 equal_alternatives_p (int alt1, int alt2, int n_alts, in equal_alternatives_p() argument
5117 i += n_alts) in equal_alternatives_p()
5150 int i, j, k, cycle, start, n_alts, alt, alt2; in check_regexp_units_distribution() local
5232 n_alts = REGEXP_ONEOF (regexp)->regexps_num; in check_regexp_units_distribution()
5233 auto_vec<int> marked (n_alts); in check_regexp_units_distribution()
5234 for (i = 0; i < n_alts; i++) in check_regexp_units_distribution()
5239 cycle = i / n_alts; in check_regexp_units_distribution()
5240 start = cycle * n_alts; in check_regexp_units_distribution()
5248 for (alt = 0; alt < n_alts; alt++) in check_regexp_units_distribution()
5252 if (alt >= n_alts) in check_regexp_units_distribution()
[all …]
H A Dira-costs.cc498 record_reg_classes (int n_alts, int n_ops, rtx *ops, in record_reg_classes() argument
526 for (alt = 0; alt < n_alts; alt++) in record_reg_classes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c5109 equal_alternatives_p (int alt1, int alt2, int n_alts, in equal_alternatives_p() argument
5117 i += n_alts) in equal_alternatives_p()
5150 int i, j, k, cycle, start, n_alts, alt, alt2; in check_regexp_units_distribution() local
5232 n_alts = REGEXP_ONEOF (regexp)->regexps_num; in check_regexp_units_distribution()
5233 auto_vec<int> marked (n_alts); in check_regexp_units_distribution()
5234 for (i = 0; i < n_alts; i++) in check_regexp_units_distribution()
5239 cycle = i / n_alts; in check_regexp_units_distribution()
5240 start = cycle * n_alts; in check_regexp_units_distribution()
5248 for (alt = 0; alt < n_alts; alt++) in check_regexp_units_distribution()
5252 if (alt >= n_alts) in check_regexp_units_distribution()
[all …]
H A Dira-costs.c497 record_reg_classes (int n_alts, int n_ops, rtx *ops, in record_reg_classes() argument
513 for (alt = 0; alt < n_alts; alt++) in record_reg_classes()