Searched refs:BLOCK_NUM (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | see.c | 1850 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 …]
|
| D | sched-rgn.c | 271 #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()
|
| D | gcse.c | 1048 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()
|
| D | postreload-gcse.c | 367 while (avail_occr && BLOCK_NUM (avail_occr->insn) != BLOCK_NUM (insn)) in insert_expr_in_table()
|
| D | sched-ebb.c | 613 bitmap_set_bit (&ebb_head, BLOCK_NUM (head)); in schedule_ebbs()
|
| D | flow.c | 2971 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()
|
| D | basic-block.h | 479 #define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0) macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gcse.c | 1166 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 …]
|
| D | sched-rgn.c | 273 #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);
|
| D | ssa-ccp.c | 716 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()
|
| D | ssa-dce.c | 198 (CDBTE->data[BLOCK_NUM (INSN) - (INVALID_BLOCK+1)], 0, \
|
| D | flow.c | 2832 if (y && (BLOCK_NUM (y) == blocknum) 3515 if (incr == 0 || BLOCK_NUM (incr) != BLOCK_NUM (insn)) 4050 && BLOCK_NUM (y) == BLOCK_NUM (insn)
|
| D | basic-block.h | 317 #define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0) macro
|
| D | loop.c | 10940 ((INSN) ? (BLOCK_FOR_INSN (INSN) ? BLOCK_NUM (INSN) : - 1) : -1)
|
| D | ChangeLog.2 | 4202 (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.
|
| D | ChangeLog.1 | 4093 (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
|
| D | ChangeLog.7 | 7181 (BLOCK_NUM): index -> sindex. 10472 (record_last_mem_set_info): Factor BLOCK_NUM (insn).
|
| D | ChangeLog.4 | 500 (priority): Don't access BLOCK_NUM, use the new contributes_to_priority
|