Searched refs:bitmap_ior (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | bitmap.h | 118 extern bool bitmap_ior (bitmap, bitmap, bitmap);
|
| H A D | bitmap.c | 1050 bitmap_ior (bitmap dst, bitmap a, bitmap b) in bitmap_ior() function 1437 changed = bitmap_ior (dst, a, &tmp); in bitmap_ior_and_compl()
|
| H A D | ifcvt.c | 3411 bitmap_ior (test_bb->il.rtl->global_live_at_end, in find_if_case_1() 3529 bitmap_ior (test_bb->il.rtl->global_live_at_end, in find_if_case_2()
|
| H A D | tree-into-ssa.c | 878 bitmap_ior (to_remove, kills, phis); in prune_unused_phi_nodes()
|