Searched refs:IOR_REG_SET (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sched-deps.c | 990 IOR_REG_SET (reg_pending_uses, &tmp_uses); 991 IOR_REG_SET (reg_pending_sets, &tmp_sets); 1176 IOR_REG_SET (&deps->reg_last_in_use, reg_pending_uses); 1177 IOR_REG_SET (&deps->reg_last_in_use, reg_pending_clobbers); 1178 IOR_REG_SET (&deps->reg_last_in_use, reg_pending_sets);
|
H A D | basic-block.h | 56 #define IOR_REG_SET(TO, FROM) bitmap_operation (TO, TO, FROM, BITMAP_IOR) macro
|
H A D | flow.c | 1189 IOR_REG_SET (new_live_at_end, tmp); 1192 IOR_REG_SET (new_live_at_end, sb->global_live_at_start); 2101 IOR_REG_SET (regs_live_at_setjmp, pbi->reg_live);
|
H A D | sched-rgn.c | 2490 IOR_REG_SET (&succ_deps->reg_last_in_use, &pred_deps->reg_last_in_use);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sched-deps.c | 1204 IOR_REG_SET (reg_pending_sets, &tmp_sets); in sched_analyze_insn() 1379 IOR_REG_SET (&deps->reg_last_in_use, reg_pending_uses); in sched_analyze_insn() 1380 IOR_REG_SET (&deps->reg_last_in_use, reg_pending_clobbers); in sched_analyze_insn() 1381 IOR_REG_SET (&deps->reg_last_in_use, reg_pending_sets); in sched_analyze_insn()
|
H A D | rtl-factoring.c | 977 IOR_REG_SET (BLOCK_FOR_INSN (pattern_seqs->insn)-> in split_blocks_after_seqs() 1089 IOR_REG_SET (bb->il.rtl->global_live_at_end, in erase_matching_seqs()
|
H A D | basic-block.h | 65 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM) macro
|
H A D | flow.c | 1218 IOR_REG_SET (new_live_at_end, sb->il.rtl->global_live_at_start); in calculate_global_regs_live() 2216 IOR_REG_SET (regs_live_at_setjmp, pbi->reg_live); in propagate_block()
|
H A D | sched-rgn.c | 2448 IOR_REG_SET (&succ_deps->reg_last_in_use, &pred_deps->reg_last_in_use); in propagate_deps()
|