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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.c2738 #define MAX_SETS (FIRST_PSEUDO_REGISTER * 2)
2774 struct cselib_set sets[MAX_SETS];
2877 && n_sets + n_strict_low_parts < MAX_SETS)
2736 #define MAX_SETS macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcselib.cc2806 #define MAX_SETS (FIRST_PSEUDO_REGISTER * 2)
2842 struct cselib_set sets[MAX_SETS];
2945 && n_sets + n_strict_low_parts < MAX_SETS)
2804 #define MAX_SETS macro

Completed in 177 milliseconds