Searched refs:bitmap_elt_copy (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | bitmap.cc | 1452 bitmap_elt_copy (bitmap dst, bitmap_element *dst_elt, bitmap_element *dst_prev, in bitmap_elt_copy() function 1510 changed = bitmap_elt_copy (dst, dst_elt, dst_prev, a_elt, changed); in bitmap_and_compl() 2019 changed = bitmap_elt_copy (dst, dst_elt, dst_prev, src, changed); in bitmap_elt_ior() 2100 changed = bitmap_elt_copy (a, NULL, a_prev, b_elt, changed); in bitmap_ior_into() 2561 changed = bitmap_elt_copy (a, NULL, a_prev, and_elt_ptr, changed); in bitmap_ior_and_compl_into() 2641 changed = bitmap_elt_copy (a, NULL, a_prev, &and_elt, changed); in bitmap_ior_and_into()
|
H A D | ChangeLog.dataflow | 75 * bitmap.c (bitmap_elt_copy): Fixed comment. 923 * bitmap.c (bitmap_elt_copy, bitmap_elt_ior): New.
|
H A D | ChangeLog-2007 | 13813 bitmap_elt_copy, bitmap_and_compl, bitmap_and_compl_into,
|
H A D | ChangeLog-2018 | 7421 bitmap_elt_copy, bitmap_and_compl, bitmap_and_compl_into,
|
H A D | ChangeLog-2010 | 26829 (bitmap_elt_copy): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | bitmap.c | 1370 bitmap_elt_copy (bitmap dst, bitmap_element *dst_elt, bitmap_element *dst_prev, in bitmap_elt_copy() function 1428 changed = bitmap_elt_copy (dst, dst_elt, dst_prev, a_elt, changed); in bitmap_and_compl() 1937 changed = bitmap_elt_copy (dst, dst_elt, dst_prev, src, changed); in bitmap_elt_ior() 2018 changed = bitmap_elt_copy (a, NULL, a_prev, b_elt, changed); in bitmap_ior_into() 2479 changed = bitmap_elt_copy (a, NULL, a_prev, and_elt_ptr, changed); in bitmap_ior_and_compl_into() 2559 changed = bitmap_elt_copy (a, NULL, a_prev, &and_elt, changed); in bitmap_ior_and_into()
|