Home
last modified time | relevance | path

Searched refs:REG_BASIC_BLOCK (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/gcc/
HDdf-problems.c3190 REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN; in df_ri_alloc()
3467 if (REG_BASIC_BLOCK (dregno) == REG_BLOCK_UNKNOWN) in df_create_unused_note()
3468 REG_BASIC_BLOCK (dregno) = bb->index; in df_create_unused_note()
3469 else if (REG_BASIC_BLOCK (dregno) != bb->index) in df_create_unused_note()
3470 REG_BASIC_BLOCK (dregno) = REG_BLOCK_GLOBAL; in df_create_unused_note()
3508 REG_BASIC_BLOCK (regno) = REG_BLOCK_GLOBAL; in df_ri_bb_compute()
3635 if (REG_BASIC_BLOCK (uregno) == REG_BLOCK_UNKNOWN) in df_ri_bb_compute()
3636 REG_BASIC_BLOCK (uregno) = bb->index; in df_ri_bb_compute()
3637 else if (REG_BASIC_BLOCK (uregno) != bb->index) in df_ri_bb_compute()
3638 REG_BASIC_BLOCK (uregno) = REG_BLOCK_GLOBAL; in df_ri_bb_compute()
[all …]
HDflow.c710 REG_BASIC_BLOCK (i) = REG_BLOCK_GLOBAL; in update_life_info()
726 REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN; in update_life_info()
1628 REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN; in allocate_reg_life_data()
2203 REG_BASIC_BLOCK (i) = REG_BLOCK_GLOBAL; in propagate_block()
2946 if (REG_BASIC_BLOCK (regno_first) == REG_BLOCK_UNKNOWN) in mark_set_1()
2947 REG_BASIC_BLOCK (regno_first) = blocknum; in mark_set_1()
2948 else if (REG_BASIC_BLOCK (regno_first) != blocknum) in mark_set_1()
2949 REG_BASIC_BLOCK (regno_first) = REG_BLOCK_GLOBAL; in mark_set_1()
3806 if (REG_BASIC_BLOCK (regno_first) == REG_BLOCK_UNKNOWN) in mark_used_reg()
3807 REG_BASIC_BLOCK (regno_first) = blocknum; in mark_used_reg()
[all …]
HDlocal-alloc.c391 if (REG_BASIC_BLOCK (i) >= 0 && REG_N_DEATHS (i) == 1) in local_alloc()
607 || (REG_BASIC_BLOCK (REGNO (x)) < 0 && ! rtx_varies_p (x, 0)); in equiv_init_movable_p()
953 if (note == 0 && REG_BASIC_BLOCK (regno) >= 0 in update_equiv_regs()
1051 && REG_BASIC_BLOCK (regno) >= 0 in update_equiv_regs()
1188 REG_BASIC_BLOCK (regno) = bb->index; in update_equiv_regs()
HDcfg.c548 if (REG_BASIC_BLOCK (i) >= 0) in dump_flow_info()
549 fprintf (file, " in block %d", REG_BASIC_BLOCK (i)); in dump_flow_info()
HDbasic-block.h463 #define REG_BASIC_BLOCK(N) \ macro
HDglobal.c1259 && REG_BASIC_BLOCK (allocno[num].reg) == REG_BLOCK_GLOBAL) in find_reg()
HDregclass.c2258 REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN; in allocate_reg_info()
HDreload1.c7994 && REG_BASIC_BLOCK (REGNO (reg)) >= 0 in delete_output_reload()
HDChangeLog-20067240 * basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.
HDFSFChangeLog.115525 (REG_BASIC_BLOCK): Use reg_n_info structure.
HDChangeLog-19989205 * basic-block.h (REG_BASIC_BLOCK): Convert reg_n_info to be a
HDChangeLog-200028229 (update_life_info): Update REG_BASIC_BLOCK for registers live on