Searched refs:LAST_AND_UNUSED_RTX_CODE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Drtl.c145 static int rtx_alloc_counts[(int) LAST_AND_UNUSED_RTX_CODE];
146 static int rtx_alloc_sizes[(int) LAST_AND_UNUSED_RTX_CODE];
458 for (i = 0; i < LAST_AND_UNUSED_RTX_CODE; i++)
H A Drtl.h54 LAST_AND_UNUSED_RTX_CODE}; /* A convenient way to get a value for enumerator in enum:rtx_code
58 #define NUM_RTX_CODE ((int) LAST_AND_UNUSED_RTX_CODE)

Completed in 160 milliseconds