Searched refs:n_occurrences (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr47744-3.c15 extern int n_occurrences (char **);
32 n_alternatives = n_occurrences (constraints);
/haiku-buildtools/legacy/gcc/gcc/
H A Dgenoutput.c115 static int n_occurrences PROTO((int, char *));
185 static int n_occurrences PROTO((int, char *));
485 op_n_alternatives[opno] = n_occurrences (',', XSTR (part, 2)) + 1;
511 op_n_alternatives[opno] = n_occurrences (',', XSTR (part, 1)) + 1;
1055 n_occurrences (c, s)
1043 n_occurrences (c, s) function
H A Dcombine.c394 static int n_occurrences;
1783 n_occurrences = 0; /* `subst' counts here */
1795 i2_is_used = n_occurrences;
1814 n_occurrences = 0;
1825 && (n_occurrences + added_sets_1 + (added_sets_2 && ! i1_feeds_i3)
3055 `n_occurrences' is incremented each time FROM is replaced.
3060 by copying if `n_occurrences' is non-zero. */
3085 n_occurrences++;
3086 return (unique_copy && n_occurrences > 1 ? copy_rtx (to) : to);
3184 new = (unique_copy && n_occurrences
391 static int n_occurrences; variable
[all...]
H A Dstmt.c393 static int n_occurrences PROTO((int, const char *));
1093 n_occurrences (c, s)
1195 int nalternatives = n_occurrences (',', TREE_STRING_POINTER (tmp));
1208 if (n_occurrences (',', constraint) != nalternatives)
1083 n_occurrences (c, s) function
H A Dreload1.c8064 int n_occurrences;
8107 n_occurrences = count_occurrences (PATTERN (insn), reg);
8109 n_occurrences += count_occurrences (PATTERN (insn),
8112 if (n_occurrences > n_inherited)
8132 n_occurrences += rtx_equal_p (reg, XEXP (PATTERN (i1), 0)) != 0;
8135 if (n_occurrences <= n_inherited && i1 == insn)
8036 int n_occurrences; local
/haiku-buildtools/gcc/gcc/
H A Dgenoutput.c104 static int n_occurrences (int, const char *);
489 = n_occurrences (',', d->operand[opno].constraint) + 1;
510 = n_occurrences (',', d->operand[opno].constraint) + 1;
1153 n_occurrences (int c, const char *s)
1143 n_occurrences (int c, const char *s) function
H A Dreload1.c8902 int n_occurrences;
8942 n_occurrences = count_occurrences (PATTERN (insn), reg, 0);
8944 n_occurrences += count_occurrences (CALL_INSN_FUNCTION_USAGE (insn),
8947 n_occurrences += count_occurrences (PATTERN (insn),
8953 n_occurrences += count_occurrences (PATTERN (insn), XEXP (i1, 0), 0);
8955 if (n_occurrences > n_inherited)
8981 n_occurrences += rtx_equal_p (reg, XEXP (PATTERN (i1), 0)) != 0;
8984 if (n_occurrences <= n_inherited && i1 == insn)
8875 int n_occurrences; local
H A Dcombine.c440 static int n_occurrences;
3274 n_occurrences = 0; /* `subst' counts here */
3289 i2_is_used = n_occurrences;
3314 n_occurrences = 0;
3331 i1_is_used = n_occurrences;
3358 n_occurrences = 0;
3372 && (n_occurrences + added_sets_0
5169 `n_occurrences' is incremented each time FROM is replaced.
5176 by copying if `n_occurrences' is nonzero. */
5203 n_occurrences
437 static int n_occurrences; variable
[all...]
H A Dcfgexpand.c2429 n_occurrences (int c, const char *s) function
2447 = n_occurrences (',', TREE_STRING_POINTER (TREE_VALUE (tmp)));
2462 if (n_occurrences (',', constraint) != nalternatives)

Completed in 224 milliseconds