Home
last modified time | relevance | path

Searched refs:bitmap_ior_and_compl (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Ddf-problems.c684 return bitmap_ior_and_compl (in, gen, out, kill); in df_ru_transfer_function()
1208 return bitmap_ior_and_compl (out, gen, in, kill); in df_rd_transfer_function()
1680 return bitmap_ior_and_compl (in, use, out, def); in df_lr_transfer_function()
2000 bitmap_ior_and_compl (tmp, bb_info->gen, bb_lr_info->in, in df_ur_local_finalize()
2036 return bitmap_ior_and_compl (out, gen, in, kill); in df_ur_transfer_function()
2600 bitmap_ior_and_compl (tmp, bb_info->gen, bb_lr_info->in, in df_urec_local_finalize()
2639 return bitmap_ior_and_compl (out, gen, in, kill); in df_urec_transfer_function()
Dbitmap.h124 extern bool bitmap_ior_and_compl (bitmap DST, bitmap A, bitmap B, bitmap C);
Dbitmap.c1430 bitmap_ior_and_compl (bitmap dst, bitmap a, bitmap from1, bitmap from2) in bitmap_ior_and_compl() function
Dglobal.c2376 bitmap_ior_and_compl (temp_bitmap, bb_info->avloc, in calculate_reg_pav()
Dtree-ssa-pre.c2073 changed |= bitmap_ior_and_compl (RVUSE_OUT (bb), in compute_rvuse_and_antic_safe()
DChangeLog-20044223 (bitmap_ior_and_compl, bitmap_ior_and_compl_into): Use
6217 (bitmap_ior_and_compl, bitmap_ior_and_compl_into): Adjust.
6664 (bitmap_ior_and_compl): ... here. Produce bool.
6668 (bitmap_ior_and_compl): ... here. Return bool, use
6670 * df.c (df_rd_transfer_function): Use bitmap_ior_and_compl.
6997 (bitmap_ior_and_compl): Rename to ...
7000 (bitmap_ior_and_compl): Rename to ...
DChangeLog-20021431 * bitmap.c (bitmap_ior_and_compl, bitmap_union_of_diff):