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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl-iter.h30 rtx_all_subrtx_bounds applies to all codes. rtx_nonconst_subrtx_bounds
31 is like rtx_all_subrtx_bounds except that all constant rtxes are treated
37 extern rtx_subrtx_bound_info rtx_all_subrtx_bounds[];
45 return rtx_all_subrtx_bounds[code].count == 0;
269 #define ALL_BOUNDS rtx_all_subrtx_bounds
H A Drtlanal.c61 rtx_subrtx_bound_info rtx_all_subrtx_bounds[NUM_RTX_CODE]; variable
5914 "e" operands and no rtvec operands. Initialize its rtx_all_subrtx_bounds
5932 rtx_all_subrtx_bounds[code].start = i;
5936 rtx_all_subrtx_bounds[code].count = i - rtx_all_subrtx_bounds[code].start;
5938 gcc_checking_assert (rtx_all_subrtx_bounds[code].count <= 3);
5947 /* Initialize rtx_all_subrtx_bounds. */
5955 rtx_all_subrtx_bounds[i].count = UCHAR_MAX;
5957 rtx_nonconst_subrtx_bounds[i] = rtx_all_subrtx_bounds[i];
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl-iter.h30 rtx_all_subrtx_bounds applies to all codes. rtx_nonconst_subrtx_bounds
31 is like rtx_all_subrtx_bounds except that all constant rtxes are treated
37 extern rtx_subrtx_bound_info rtx_all_subrtx_bounds[];
45 return rtx_all_subrtx_bounds[code].count == 0;
269 #define ALL_BOUNDS rtx_all_subrtx_bounds
H A Drtlanal.cc62 rtx_subrtx_bound_info rtx_all_subrtx_bounds[NUM_RTX_CODE]; variable
6229 "e" operands and no rtvec operands. Initialize its rtx_all_subrtx_bounds
6247 rtx_all_subrtx_bounds[code].start = i;
6251 rtx_all_subrtx_bounds[code].count = i - rtx_all_subrtx_bounds[code].start;
6253 gcc_checking_assert (rtx_all_subrtx_bounds[code].count <= 3);
6262 /* Initialize rtx_all_subrtx_bounds. */
6270 rtx_all_subrtx_bounds[i].count = UCHAR_MAX;
6272 rtx_nonconst_subrtx_bounds[i] = rtx_all_subrtx_bounds[i];

Completed in 287 milliseconds