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

/freebsd-10-stable/contrib/gcc/
H A Dgenoutput.c101 static int n_occurrences (int, const char *);
470 = n_occurrences (',', d->operand[opno].constraint) + 1;
499 = n_occurrences (',', d->operand[opno].constraint) + 1;
1087 n_occurrences (int c, const char *s)
1077 n_occurrences (int c, const char *s) function
H A Dstmt.c109 static int n_occurrences (int, const char *);
265 n_occurrences (int c, const char *s)
1158 = n_occurrences (',', TREE_STRING_POINTER (TREE_VALUE (tmp)));
1173 if (n_occurrences (',', constraint) != nalternatives)
260 n_occurrences (int c, const char *s) function
H A Dcombine.c378 static int n_occurrences;
2366 n_occurrences = 0; /* `subst' counts here */
2378 i2_is_used = n_occurrences;
2402 n_occurrences = 0;
2413 && (n_occurrences + added_sets_1 + (added_sets_2 && ! i1_feeds_i3)
3897 `n_occurrences' is incremented each time FROM is replaced.
3902 by copying if `n_occurrences' is nonzero. */
3924 n_occurrences++;
3925 return (unique_copy && n_occurrences > 1 ? copy_rtx (to) : to);
4023 new = (unique_copy && n_occurrences
375 static int n_occurrences; variable
[all...]
H A Dreload1.c7916 int n_occurrences;
7964 n_occurrences = count_occurrences (PATTERN (insn), reg, 0);
7966 n_occurrences += count_occurrences (PATTERN (insn),
7972 n_occurrences += count_occurrences (PATTERN (insn), XEXP (i1, 0), 0);
7974 if (n_occurrences > n_inherited)
7994 n_occurrences += rtx_equal_p (reg, XEXP (PATTERN (i1), 0)) != 0;
7997 if (n_occurrences <= n_inherited && i1 == insn)
7889 int n_occurrences; local

Completed in 195 milliseconds