Searched refs:n_occurrences (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | genoutput.c | 100 static int n_occurrences (int, const char *); 466 = n_occurrences (',', d->operand[opno].constraint) + 1; in scan_operands() 495 = n_occurrences (',', d->operand[opno].constraint) + 1; in scan_operands() 1077 n_occurrences (int c, const char *s) in n_occurrences() function
|
| HD | stmt.c | 107 static int n_occurrences (int, const char *); 260 n_occurrences (int c, const char *s) in n_occurrences() function 1152 = n_occurrences (',', TREE_STRING_POINTER (TREE_VALUE (tmp))); in check_operand_nalternatives() 1167 if (n_occurrences (',', constraint) != nalternatives) in check_operand_nalternatives()
|
| HD | reload1.c | 7889 int n_occurrences; in delete_output_reload() local 7937 n_occurrences = count_occurrences (PATTERN (insn), reg, 0); in delete_output_reload() 7939 n_occurrences += count_occurrences (PATTERN (insn), in delete_output_reload() 7945 n_occurrences += count_occurrences (PATTERN (insn), XEXP (i1, 0), 0); in delete_output_reload() 7947 if (n_occurrences > n_inherited) in delete_output_reload() 7967 n_occurrences += rtx_equal_p (reg, XEXP (PATTERN (i1), 0)) != 0; in delete_output_reload() 7970 if (n_occurrences <= n_inherited && i1 == insn) in delete_output_reload()
|
| HD | combine.c | 375 static int n_occurrences; variable 2353 n_occurrences = 0; /* `subst' counts here */ in try_combine() 2365 i2_is_used = n_occurrences; in try_combine() 2389 n_occurrences = 0; in try_combine() 2400 && (n_occurrences + added_sets_1 + (added_sets_2 && ! i1_feeds_i3) in try_combine() 3908 n_occurrences++; in subst() 3909 return (unique_copy && n_occurrences > 1 ? copy_rtx (to) : to); in subst() 4007 new = (unique_copy && n_occurrences in subst() 4009 n_occurrences++; in subst() 4074 new = (unique_copy && n_occurrences ? copy_rtx (to) : to); in subst() [all …]
|
| HD | ChangeLog-1998 | 3683 * regclass.c (n_occurrences): New static function. 3684 * reload.c (n_occurrences): Delete function. 3686 * reload.h (n_occurrences): Delete declaration. 4711 * stmt.c (n_occurrences): New static function. 14004 gen_expand, gen_split, n_occurrences): Add prototypes.
|
| HD | ChangeLog-1999 | 18242 * stmt.c (nesting, n_occurrences, expand_start_case): Likewise. 21051 * regclass.c (n_occurrences): Remove prototype and definition.
|
| HD | ChangeLog-2000 | 25099 * genoutput.c (n_occurrences): Return -1 for null string. 26801 * genoutput.c (n_occurrences, process_template, process_template):
|