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

/freebsd-11-stable/contrib/gcc/
H A Dexpr.h78 /* If a clear memory operation would take CLEAR_RATIO or more simple
81 #ifndef CLEAR_RATIO
83 #define CLEAR_RATIO 2
86 #define CLEAR_RATIO (optimize_size ? 3 : 15)
82 #define CLEAR_RATIO macro
85 #define CLEAR_RATIO macro
H A Dgimplify.c3020 else if (num_type_elements - num_nonzero_elements > CLEAR_RATIO
H A Dexpr.c187 < (unsigned int) CLEAR_RATIO)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1823 /* If a clear memory operation would take CLEAR_RATIO or more simple
1826 #define CLEAR_RATIO (optimize_size ? 2 \
1817 #define CLEAR_RATIO macro

Completed in 85 milliseconds