Home
last modified time | relevance | path

Searched refs:bitmap_ior (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dbitmap.h118 extern bool bitmap_ior (bitmap, bitmap, bitmap);
H A Dbitmap.c1050 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 Difcvt.c3411 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 Dtree-into-ssa.c878 bitmap_ior (to_remove, kills, phis); in prune_unused_phi_nodes()