Home
last modified time | relevance | path

Searched refs:bitmap_and_into (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dglobal.c2375 bitmap_and_into (bb_live_pavin, bb->il.rtl->global_live_at_start); in calculate_reg_pav()
2378 bitmap_and_into (temp_bitmap, bb->il.rtl->global_live_at_end); in calculate_reg_pav()
2499 bitmap_and_into (bb->il.rtl->global_live_at_start, bb_info->live_pavin); in make_accurate_live_analysis()
2500 bitmap_and_into (bb->il.rtl->global_live_at_end, bb_info->live_pavout); in make_accurate_live_analysis()
H A Ddf-core.c808 bitmap_and_into (df->blocks_to_scan, current_all_blocks); in df_analyze()
813 bitmap_and_into (df->blocks_to_analyze, current_all_blocks); in df_analyze()
H A Dipa-reference.c1018 bitmap_and_into (l->statics_read, in static_execute()
1020 bitmap_and_into (l->statics_written, in static_execute()
H A Ddf-problems.c1990 bitmap_and_into (bb_info->in, bb_lr_info->in); in df_ur_local_finalize()
1991 bitmap_and_into (bb_info->out, bb_lr_info->out); in df_ur_local_finalize()
2002 bitmap_and_into (bb_info->out, tmp); in df_ur_local_finalize()
2590 bitmap_and_into (bb_info->in, bb_lr_info->in); in df_urec_local_finalize()
2591 bitmap_and_into (bb_info->out, bb_lr_info->out); in df_urec_local_finalize()
2602 bitmap_and_into (bb_info->out, tmp); in df_urec_local_finalize()
H A Dbitmap.h112 extern void bitmap_and_into (bitmap, bitmap);
H A Dbasic-block.h59 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM)
H A Dtree-vrp.c4678 bitmap_and_into (vr0->equiv, vr1->equiv); in vrp_meet()
4697 bitmap_and_into (vr0->equiv, vr1->equiv); in vrp_meet()
4722 bitmap_and_into (vr0->equiv, vr1->equiv); in vrp_meet()
H A Dbitmap.c694 bitmap_and_into (bitmap a, bitmap b) in bitmap_and_into() function
H A Dtree-ssa-pre.c618 bitmap_and_into (dest->values, orig->values); in bitmap_set_and()