Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDsee.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 …]
HDsched-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()
HDgcse.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()
HDpostreload-gcse.c365 while (avail_occr && BLOCK_NUM (avail_occr->insn) != BLOCK_NUM (insn)) in insert_expr_in_table()
HDsched-ebb.c613 bitmap_set_bit (&ebb_head, BLOCK_NUM (head)); in schedule_ebbs()
HDflow.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()
HDbasic-block.h479 #define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0) macro
HDChangeLog-19994202 (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.
18561 (BLOCK_NUM): Update.
18619 (find_auto_inc): Use BLOCK_FOR_INSN instead of BLOCK_NUM.
18669 * reg-stack.c (BLOCK_NUM): Convert to function. Abort if
HDChangeLog-200221628 (BLOCK_NUM): index -> sindex.
24919 (record_last_mem_set_info): Factor BLOCK_NUM (insn).
HDChangeLog-2000506 (priority): Don't access BLOCK_NUM, use the new contributes_to_priority