Searched refs:BITMAP_AND_COMPL (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | bitmap.c | 648 case BITMAP_AND_COMPL: 728 bitmap_operation (&tmp, from1, from2, BITMAP_AND_COMPL); 746 bitmap_operation (&tmp, b, c, BITMAP_AND_COMPL);
|
H A D | bitmap.h | 72 BITMAP_AND_COMPL, /* TO = FROM1 & ~ FROM2 */ enumerator
|
H A D | ra-rewrite.c | 1071 BITMAP_AND_COMPL); 1195 BITMAP_AND_COMPL); 1423 BITMAP_AND_COMPL); 1567 BITMAP_AND_COMPL); in detect_web_parts_to_rebuild()
|
H A D | basic-block.h | 53 bitmap_operation (TO, TO, FROM, BITMAP_AND_COMPL)
|
H A D | flow.c | 1188 invalidated_by_call, BITMAP_AND_COMPL); 1269 new_live_at_end, BITMAP_AND_COMPL); 1299 BITMAP_AND_COMPL); 1314 BITMAP_AND_COMPL);
|
H A D | ra-build.c | 2160 newwebs, BITMAP_AND_COMPL); in reset_conflicts() 2280 BITMAP_AND_COMPL);
|