Searched refs:REG_BASIC_BLOCK (Results 1 – 12 of 12) sorted by relevance
3190 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 …]
710 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 …]
391 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()
548 if (REG_BASIC_BLOCK (i) >= 0) in dump_flow_info()549 fprintf (file, " in block %d", REG_BASIC_BLOCK (i)); in dump_flow_info()
463 #define REG_BASIC_BLOCK(N) \ macro
1259 && REG_BASIC_BLOCK (allocno[num].reg) == REG_BLOCK_GLOBAL) in find_reg()
2258 REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN; in allocate_reg_info()
7994 && REG_BASIC_BLOCK (REGNO (reg)) >= 0 in delete_output_reload()
7240 * basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.
5525 (REG_BASIC_BLOCK): Use reg_n_info structure.
9205 * basic-block.h (REG_BASIC_BLOCK): Convert reg_n_info to be a
28229 (update_life_info): Update REG_BASIC_BLOCK for registers live on