Searched refs:bitmap_equal_p (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | bitmap.h | 88 extern int bitmap_equal_p PARAMS ((bitmap, bitmap));
|
| H A D | basic-block.h | 46 #define REG_SET_EQUAL_P(A, B) bitmap_equal_p (A, B)
|
| H A D | bitmap.c | 700 bitmap_equal_p (a, b) in bitmap_equal_p() function
|
| H A D | ChangeLog.2 | 6072 (bitmap_equal_p): New.
|
| H A D | ChangeLog | 11678 * bitmap.c (bitmap_equal_p): Clear all bitmap_head fields.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa.c | 559 if (bitmap_equal_p (type_aliases, pi->pt_vars)) in verify_name_tags() 578 if (bitmap_equal_p (first, second)) in verify_name_tags()
|
| H A D | bitmap.h | 92 extern bool bitmap_equal_p (bitmap, bitmap);
|
| H A D | basic-block.h | 56 #define REG_SET_EQUAL_P(A, B) bitmap_equal_p (A, B)
|
| H A D | df-problems.c | 699 changed = !bitmap_equal_p (tmp, in); in df_ru_transfer_function() 1223 changed = !bitmap_equal_p (tmp, out); in df_rd_transfer_function() 1570 if (bitmap_equal_p (all_blocks, rescan_blocks)) in df_lr_local_compute()
|
| H A D | bitmap.c | 1352 bitmap_equal_p (bitmap a, bitmap b) in bitmap_equal_p() function
|
| H A D | haifa-sched.c | 4729 bool b = bitmap_equal_p (bb->il.rtl->global_live_at_start, in check_reg_live() 4742 bool b = bitmap_equal_p (bb->il.rtl->global_live_at_end, in check_reg_live()
|
| H A D | global.c | 2379 if (! bitmap_equal_p (temp_bitmap, bb_live_pavout)) in calculate_reg_pav()
|
| H A D | tree-ssa-alias.c | 998 return bitmap_equal_p (n1->pt_vars, n2->pt_vars); in eq_ptr_info()
|
| H A D | tree-vrp.c | 506 && bitmap_equal_p (b1, b2))); in vrp_bitmap_equal_p()
|
| /openbsd-src/gnu/gcc/gcc/config/bfin/ |
| H A D | bfin.c | 3430 if (bitmap_equal_p (tmp_bitmap, other->block_bitmap)) in bfin_reorg_loops() 3435 else if (bitmap_equal_p (tmp_bitmap, loop->block_bitmap)) in bfin_reorg_loops()
|