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

/freebsd-9.3-release/contrib/gcc/
H A Dparams.h93 #define SALIAS_MAX_IMPLICIT_FIELDS \
92 #define SALIAS_MAX_IMPLICIT_FIELDS macro
H A Dtree-ssa-alias.c3044 If the variable has less than SALIAS_MAX_IMPLICIT_FIELDS,
3046 If the variable has more than SALIAS_MAX_IMPLICIT_FIELDS, and
3048 If the variable has more than SALIAS_MAX_IMPLICIT_FIELDS, and
3052 if (fieldcount >= SALIAS_MAX_IMPLICIT_FIELDS
3059 fprintf (dump_file, " has no explicit uses in this function, and is > SALIAS_MAX_IMPLICIT_FIELDS, so skipping\n");

Completed in 60 milliseconds