Searched refs:to_clear (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-pre.c2137 unsigned int to_clear = -1U; local
2140 if (to_clear != -1U)
2142 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear);
2143 to_clear = -1U;
2148 to_clear = i;
2150 if (to_clear != -1U)
2151 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear);
2186 unsigned int to_clear = -1U; local
2189 if (to_clear != -1U)
2191 bitmap_clear_bit (&ANTIC_IN (block)->expressions, to_clear);
[all...]
H A Dsched-deps.c4046 unsigned to_clear = -1U;
4049 if (to_clear != -1U)
4051 CLEAR_REGNO_REG_SET (&deps->reg_last_in_use, to_clear);
4052 to_clear = -1U;
4065 to_clear = i;
4067 if (to_clear != -1U)
4068 CLEAR_REGNO_REG_SET (&deps->reg_last_in_use, to_clear);
4036 unsigned to_clear = -1U; local
H A Dtree-ssa-loop-ivopts.c5755 bitmap to_clear = BITMAP_ALLOC (NULL); local
5779 bitmap_set_bit (to_clear, j);
5784 bitmap_and_compl_into (group->related_cands, to_clear);
5785 bitmap_clear (to_clear);
5789 BITMAP_FREE (to_clear);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-pre.cc2213 unsigned int to_clear = -1U; local
2216 if (to_clear != -1U)
2218 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear);
2219 to_clear = -1U;
2224 to_clear = i;
2226 if (to_clear != -1U)
2227 bitmap_clear_bit (&ANTIC_OUT->expressions, to_clear);
2262 unsigned int to_clear = -1U; local
2265 if (to_clear != -1U)
2267 bitmap_clear_bit (&ANTIC_IN (block)->expressions, to_clear);
[all...]
H A Dsched-deps.cc4029 unsigned to_clear = -1U;
4032 if (to_clear != -1U)
4034 CLEAR_REGNO_REG_SET (&deps->reg_last_in_use, to_clear);
4035 to_clear = -1U;
4048 to_clear = i;
4050 if (to_clear != -1U)
4051 CLEAR_REGNO_REG_SET (&deps->reg_last_in_use, to_clear);
4019 unsigned to_clear = -1U; local
H A Dtree-ssa-loop-ivopts.cc5885 bitmap to_clear = BITMAP_ALLOC (NULL); local
5909 bitmap_set_bit (to_clear, j);
5914 bitmap_and_compl_into (group->related_cands, to_clear);
5915 bitmap_clear (to_clear);
5919 BITMAP_FREE (to_clear);

Completed in 203 milliseconds