Searched refs:CLEAR_RATIO (Results 1 – 9 of 9) sorted by relevance
80 #ifndef CLEAR_RATIO82 #define CLEAR_RATIO 2 macro85 #define CLEAR_RATIO (optimize_size ? 3 : 15) macro
3019 else if (num_type_elements - num_nonzero_elements > CLEAR_RATIO in gimplify_init_constructor()
187 < (unsigned int) CLEAR_RATIO)
3671 * expr.c (MOVE_RATIO, CLEAR_RATIO): Move to ...3672 * expr.h (MOVE_RATIO, CLEAR_RATIO): ... here
13586 * expr.c [CLEAR_RATIO]: New macro defining the maximum number13588 [CLEAR_BY_PIECES]: New macro, using CLEAR_RATIO, to determine
13723 (CLEAR_RATIO): Redefine using HAVE_setmemM.
20022 * config/i386/i386.h (CLEAR_RATIO): Define.
1817 #define CLEAR_RATIO (optimize_size ? 2 \ macro
5677 @defmac CLEAR_RATIO5690 than @code{CLEAR_RATIO}.