Home
last modified time | relevance | path

Searched refs:BLOCK_NUM (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dsee.c1850 int bb_num = BLOCK_NUM (ref); in see_analyze_merged_def_local_prop()
1918 int bb_num = BLOCK_NUM (ref); in see_analyze_unmerged_def_local_prop()
1971 int bb_num = BLOCK_NUM (ref); in see_analyze_use_local_prop()
2168 curr_bb_hash = see_bb_hash_ar[BLOCK_NUM (curr_ref_s->insn)]; in see_set_prop_merged_def()
2176 see_bb_hash_ar[BLOCK_NUM (curr_ref_s->insn)] = curr_bb_hash; in see_set_prop_merged_def()
2239 curr_bb_hash = see_bb_hash_ar[BLOCK_NUM (curr_ref_s->insn)]; in see_set_prop_unmerged_def()
2247 see_bb_hash_ar[BLOCK_NUM (curr_ref_s->insn)] = curr_bb_hash; in see_set_prop_unmerged_def()
2313 curr_bb_hash = see_bb_hash_ar[BLOCK_NUM (curr_ref_s->insn)]; in see_set_prop_unmerged_use()
2321 see_bb_hash_ar[BLOCK_NUM (curr_ref_s->insn)] = curr_bb_hash; in see_set_prop_unmerged_use()
3046 curr_bb_num = BLOCK_NUM (ref_insn); in see_store_reference_and_extension()
[all …]
Dsched-rgn.c271 #define INSN_PROBABILITY(INSN) (SRC_PROB (BLOCK_TO_BB (BLOCK_NUM (INSN))))
272 #define IS_SPECULATIVE_INSN(INSN) (IS_SPECULATIVE (BLOCK_TO_BB (BLOCK_NUM (INSN))))
273 #define INSN_BB(INSN) (BLOCK_TO_BB (BLOCK_NUM (INSN)))
1733 if ((CONTAINING_RGN (BLOCK_NUM (next)) == in find_conditional_protection()
1775 || (CONTAINING_RGN (BLOCK_NUM (insn1)) in is_conditionally_protected()
2172 return BLOCK_TO_BB (BLOCK_NUM (next)) == BLOCK_TO_BB (BLOCK_NUM (insn)); in contributes_to_priority()
Dgcse.c1048 SET_BIT (antloc[BLOCK_NUM (occr->insn)], indx); in compute_local_properties()
1060 SET_BIT (comp[BLOCK_NUM (occr->insn)], indx); in compute_local_properties()
1119 new_reg_info->bb_index = BLOCK_NUM (insn); in record_one_set()
1538 if (antic_occr && BLOCK_NUM (antic_occr->insn) != BLOCK_NUM (insn)) in insert_expr_in_table()
1562 if (avail_occr && BLOCK_NUM (avail_occr->insn) == BLOCK_NUM (insn)) in insert_expr_in_table()
1635 if (cur_occr && BLOCK_NUM (cur_occr->insn) == BLOCK_NUM (insn)) in insert_set_in_table()
1958 bb = BLOCK_NUM (insn); in canon_list_insert()
1973 int bb = BLOCK_NUM (insn); in record_last_mem_set_info()
2726 if (TEST_BIT (cprop_avin[BLOCK_NUM (insn)], set->bitmap_index)) in find_avail_set()
4300 BLOCK_NUM (insn), INSN_UID (new_insn), indx, in pre_insert_copy_insn()
Dpostreload-gcse.c367 while (avail_occr && BLOCK_NUM (avail_occr->insn) != BLOCK_NUM (insn)) in insert_expr_in_table()
Dsched-ebb.c613 bitmap_set_bit (&ebb_head, BLOCK_NUM (head)); in schedule_ebbs()
Dflow.c2971 if (y && (BLOCK_NUM (y) == blocknum) in mark_set_1()
3683 if (incr == 0 || BLOCK_NUM (incr) != BLOCK_NUM (insn)) in find_auto_inc()
4248 && BLOCK_NUM (y) == BLOCK_NUM (insn) in try_pre_increment_1()
Dbasic-block.h479 #define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0) macro
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcse.c1166 SET_BIT (antloc[BLOCK_NUM (occr->insn)], indx);
1178 SET_BIT (comp[BLOCK_NUM (occr->insn)], indx);
2003 while (antic_occr && BLOCK_NUM (antic_occr->insn) != BLOCK_NUM (insn))
2037 while (avail_occr && BLOCK_NUM (avail_occr->insn) != BLOCK_NUM (insn))
2127 while (cur_occr && BLOCK_NUM (cur_occr->insn) != BLOCK_NUM (insn))
2229 && (insn == BLOCK_END (BLOCK_NUM (insn))
2404 bb = BLOCK_NUM (insn);
2421 int bb = BLOCK_NUM (insn);
2935 if (BLOCK_NUM (this_reg->insn) != BLOCK_NUM (insn))
3070 SET_BIT (ae_gen[BLOCK_NUM (occr->insn)], expr->bitmap_index);
[all …]
Dsched-rgn.c273 #define INSN_PROBABILITY(INSN) (SRC_PROB (BLOCK_TO_BB (BLOCK_NUM (INSN))))
274 #define IS_SPECULATIVE_INSN(INSN) (IS_SPECULATIVE (BLOCK_TO_BB (BLOCK_NUM (INSN))))
275 #define INSN_BB(INSN) (BLOCK_TO_BB (BLOCK_NUM (INSN)))
1605 if ((CONTAINING_RGN (BLOCK_NUM (next)) ==
1649 || (CONTAINING_RGN (BLOCK_NUM (insn1))
1720 if (*(candp->split_bbs.first_member) == BLOCK_NUM (insn2))
2256 return BLOCK_NUM (next) == BLOCK_NUM (insn);
Dssa-ccp.c716 if (TEST_BIT (executable_blocks, BLOCK_NUM (useinsn))) in follow_def_use_chains()
721 if (TEST_BIT (executable_blocks, BLOCK_NUM (useinsn))) in follow_def_use_chains()
Dssa-dce.c198 (CDBTE->data[BLOCK_NUM (INSN) - (INVALID_BLOCK+1)], 0, \
Dflow.c2832 if (y && (BLOCK_NUM (y) == blocknum)
3515 if (incr == 0 || BLOCK_NUM (incr) != BLOCK_NUM (insn))
4050 && BLOCK_NUM (y) == BLOCK_NUM (insn)
Dbasic-block.h317 #define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0) macro
Dloop.c10940 ((INSN) ? (BLOCK_FOR_INSN (INSN) ? BLOCK_NUM (INSN) : - 1) : -1)
DChangeLog.24202 (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
4246 (BLOCK_NUM): Remove.
4817 (INSN_BLOCK): Remove. Update all callers to use BLOCK_NUM.
4818 (schedule_block): Keep BLOCK_NUM up-to-date.
DChangeLog.14093 (BLOCK_NUM): Update.
4151 (find_auto_inc): Use BLOCK_FOR_INSN instead of BLOCK_NUM.
4201 * reg-stack.c (BLOCK_NUM): Convert to function. Abort if
DChangeLog.77181 (BLOCK_NUM): index -> sindex.
10472 (record_last_mem_set_info): Factor BLOCK_NUM (insn).
DChangeLog.4500 (priority): Don't access BLOCK_NUM, use the new contributes_to_priority