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

/freebsd-10.0-release/contrib/gcc/
H A Dbitmap.h112 extern void bitmap_and_into (bitmap, bitmap);
H A Dglobal.c2390 bitmap_and_into (bb_live_pavin, bb->il.rtl->global_live_at_start);
2393 bitmap_and_into (temp_bitmap, bb->il.rtl->global_live_at_end);
2514 bitmap_and_into (bb->il.rtl->global_live_at_start, bb_info->live_pavin);
2515 bitmap_and_into (bb->il.rtl->global_live_at_end, bb_info->live_pavout);
H A Ddf-core.c809 bitmap_and_into (df->blocks_to_scan, current_all_blocks);
814 bitmap_and_into (df->blocks_to_analyze, current_all_blocks);
H A Dipa-reference.c1020 bitmap_and_into (l->statics_read,
1022 bitmap_and_into (l->statics_written,
H A Ddf-problems.c1995 bitmap_and_into (bb_info->in, bb_lr_info->in);
1996 bitmap_and_into (bb_info->out, bb_lr_info->out);
2007 bitmap_and_into (bb_info->out, tmp);
2596 bitmap_and_into (bb_info->in, bb_lr_info->in);
2597 bitmap_and_into (bb_info->out, bb_lr_info->out);
2608 bitmap_and_into (bb_info->out, tmp);
H A Dbasic-block.h59 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM)
H A Dbitmap.c704 bitmap_and_into (bitmap a, bitmap b)
694 bitmap_and_into (bitmap a, bitmap b) function
H A Dtree-vrp.c4678 bitmap_and_into (vr0->equiv, vr1->equiv);
4697 bitmap_and_into (vr0->equiv, vr1->equiv);
4722 bitmap_and_into (vr0->equiv, vr1->equiv);
H A Dtree-ssa-pre.c618 bitmap_and_into (dest->values, orig->values);

Completed in 284 milliseconds