Searched refs:n_occurrences (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | genoutput.c | 100 static int n_occurrences PARAMS ((int, const char *)); 470 = n_occurrences (',', d->operand[opno].constraint) + 1; 499 = n_occurrences (',', d->operand[opno].constraint) + 1; 1005 n_occurrences (c, s) in n_occurrences() function
|
H A D | combine.c | 345 static int n_occurrences; variable 2011 n_occurrences = 0; /* `subst' counts here */ 2023 i2_is_used = n_occurrences; 2042 n_occurrences = 0; 2053 && (n_occurrences + added_sets_1 + (added_sets_2 && ! i1_feeds_i3) 3398 n_occurrences++; 3399 return (unique_copy && n_occurrences > 1 ? copy_rtx (to) : to); 3497 new = (unique_copy && n_occurrences 3499 n_occurrences++; 3564 new = (unique_copy && n_occurrences ? copy_rtx (to) : to); [all …]
|
H A D | stmt.c | 397 static int n_occurrences PARAMS ((int, const char *)); 1112 n_occurrences (c, s) in n_occurrences() function 1924 = n_occurrences (',', TREE_STRING_POINTER (TREE_VALUE (tmp))); 1939 if (n_occurrences (',', constraint) != nalternatives)
|
H A D | reload1.c | 7646 int n_occurrences; local 7694 n_occurrences = count_occurrences (PATTERN (insn), reg, 0); 7696 n_occurrences += count_occurrences (PATTERN (insn), 7699 if (n_occurrences > n_inherited) 7719 n_occurrences += rtx_equal_p (reg, XEXP (PATTERN (i1), 0)) != 0; 7722 if (n_occurrences <= n_inherited && i1 == insn)
|
H A D | ChangeLog.1 | 3774 * stmt.c (nesting, n_occurrences, expand_start_case): Likewise. 6583 * regclass.c (n_occurrences): Remove prototype and definition. 11002 * regclass.c (n_occurrences): New static function. 11003 * reload.c (n_occurrences): Delete function. 11005 * reload.h (n_occurrences): Delete declaration. 12030 * stmt.c (n_occurrences): New static function.
|
H A D | ChangeLog.3 | 9833 * genoutput.c (n_occurrences): Return -1 for null string. 11535 * genoutput.c (n_occurrences, process_template, process_template):
|
H A D | ChangeLog.0 | 5425 gen_expand, gen_split, n_occurrences): Add prototypes.
|
/openbsd/gnu/gcc/gcc/ |
H A D | 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
|
H A D | stmt.c | 107 static int n_occurrences (int, const char *); 249 n_occurrences (int c, const char *s) in n_occurrences() function 1141 = n_occurrences (',', TREE_STRING_POINTER (TREE_VALUE (tmp))); in check_operand_nalternatives() 1156 if (n_occurrences (',', constraint) != nalternatives) in check_operand_nalternatives()
|
H A D | reload1.c | 7871 int n_occurrences; in delete_output_reload() local 7919 n_occurrences = count_occurrences (PATTERN (insn), reg, 0); in delete_output_reload() 7921 n_occurrences += count_occurrences (PATTERN (insn), in delete_output_reload() 7927 n_occurrences += count_occurrences (PATTERN (insn), XEXP (i1, 0), 0); in delete_output_reload() 7929 if (n_occurrences > n_inherited) in delete_output_reload() 7949 n_occurrences += rtx_equal_p (reg, XEXP (PATTERN (i1), 0)) != 0; in delete_output_reload() 7952 if (n_occurrences <= n_inherited && i1 == insn) in delete_output_reload()
|
H A D | 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() 2386 n_occurrences = 0; in try_combine() 2397 && (n_occurrences + added_sets_1 + (added_sets_2 && ! i1_feeds_i3) in try_combine() 3905 n_occurrences++; in subst() 3906 return (unique_copy && n_occurrences > 1 ? copy_rtx (to) : to); in subst() 4004 new = (unique_copy && n_occurrences in subst() 4006 n_occurrences++; in subst() 4071 new = (unique_copy && n_occurrences ? copy_rtx (to) : to); in subst() [all …]
|