Home
last modified time | relevance | path

Searched refs:bitmap_elt_copy (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbitmap.cc1452 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 DChangeLog.dataflow75 * bitmap.c (bitmap_elt_copy): Fixed comment.
923 * bitmap.c (bitmap_elt_copy, bitmap_elt_ior): New.
H A DChangeLog-200713813 bitmap_elt_copy, bitmap_and_compl, bitmap_and_compl_into,
H A DChangeLog-20187421 bitmap_elt_copy, bitmap_and_compl, bitmap_and_compl_into,
H A DChangeLog-201026829 (bitmap_elt_copy): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.c1370 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()