Home
last modified time | relevance | path

Searched refs:CLEAR_RATIO (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dexpr.h80 #ifndef CLEAR_RATIO
82 #define CLEAR_RATIO 2 macro
85 #define CLEAR_RATIO (optimize_size ? 3 : 15) macro
Dgimplify.c3019 else if (num_type_elements - num_nonzero_elements > CLEAR_RATIO in gimplify_init_constructor()
Dexpr.c187 < (unsigned int) CLEAR_RATIO)
DChangeLog.tree-ssa3671 * expr.c (MOVE_RATIO, CLEAR_RATIO): Move to ...
3672 * expr.h (MOVE_RATIO, CLEAR_RATIO): ... here
DChangeLog-200213586 * expr.c [CLEAR_RATIO]: New macro defining the maximum number
13588 [CLEAR_BY_PIECES]: New macro, using CLEAR_RATIO, to determine
DChangeLog-200513723 (CLEAR_RATIO): Redefine using HAVE_setmemM.
DChangeLog-200420022 * config/i386/i386.h (CLEAR_RATIO): Define.
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.h1817 #define CLEAR_RATIO (optimize_size ? 2 \ macro
/freebsd-10-stable/contrib/gcc/doc/
Dtm.texi5677 @defmac CLEAR_RATIO
5690 than @code{CLEAR_RATIO}.