Home
last modified time | relevance | path

Searched refs:DF_LR_IN (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dinit-regs.c65 bitmap lr = DF_LR_IN (bb); in initialize_uninitialized_regs()
H A Ddce.c928 block_changed = !bitmap_equal_p (local_live, DF_LR_IN (bb)); in dce_process_block()
930 bitmap_copy (DF_LR_IN (bb), local_live); in dce_process_block()
H A Dira-emit.c509 EXECUTE_IF_SET_IN_REG_SET (DF_LR_IN (e->dest), in generate_edge_moves()
1212 bitmap_copy (live_through, DF_LR_IN (bb)); in add_ranges_and_copies()
1220 bitmap_and (live_through, DF_LR_IN (e->dest), DF_LR_OUT (bb)); in add_ranges_and_copies()
H A Dresource.c963 regset regs_live = DF_LR_IN (BASIC_BLOCK (b)); in mark_target_live_regs()
1070 REG_SET_TO_HARD_REG_SET (extra_live, DF_LR_IN (bb)); in mark_target_live_regs()
H A Dloop-invariant.c1820 bitmap_ior_into (&LOOP_DATA (loop)->regs_live, DF_LR_IN (bb)); in calculate_loop_reg_pressure()
1822 bitmap_copy (&curr_regs_live, DF_LR_IN (bb)); in calculate_loop_reg_pressure()
H A Ddf.h616 #define DF_LR_IN(BB) (&DF_LR_BB_INFO(BB)->in) macro
H A Ddf-problems.c94 return DF_LR_IN (bb); in df_get_live_in()
1142 bitmap_copy (&problem_data->in[bb->index], DF_LR_IN (bb)); in df_lr_verify_solution_start()
1169 if ((!bitmap_equal_p (&problem_data->in[bb->index], DF_LR_IN (bb))) in df_lr_verify_solution_end()
H A Dira-build.c1599 EXECUTE_IF_SET_IN_REG_SET (DF_LR_IN (bb), FIRST_PSEUDO_REGISTER, i, bi) in create_bb_allocnos()
1615 live_in_regs = DF_LR_IN (e->dest); in create_loop_allocnos()
H A Dira.c2287 bitmap r = DF_LR_IN (bb); in mark_elimination()
3151 bitmap_and_compl_into (DF_LR_IN (bb), cleared_regs); in update_equiv_regs()
H A Dcombine.c1590 (DF_LR_IN (ENTRY_BLOCK_PTR->next_bb), REGNO (x)) in set_nonzero_bits_and_sign_copies()
1617 && !REGNO_REG_SET_P (DF_LR_IN (BLOCK_FOR_INSN (insn)), in set_nonzero_bits_and_sign_copies()
9608 (DF_LR_IN (ENTRY_BLOCK_PTR->next_bb), REGNO (x))))) in reg_nonzero_bits_for_combine()
9675 (DF_LR_IN (ENTRY_BLOCK_PTR->next_bb), REGNO (x))))) in reg_num_sign_bit_copies_for_combine()
12673 (DF_LR_IN (ENTRY_BLOCK_PTR->next_bb), regno))) in get_last_value_validate()
12788 (DF_LR_IN (ENTRY_BLOCK_PTR->next_bb), regno)))) in get_last_value()
H A Dira-color.c2019 && bitmap_bit_p (DF_LR_IN (e->dest), regno)))) in ira_loop_edge_freq()
2028 && bitmap_bit_p (DF_LR_IN (e->dest), regno))) in ira_loop_edge_freq()
H A Drecog.c3504 bitmap_copy (live, DF_LR_IN (bb)); in peephole2_optimize()
H A Dreg-stack.c3243 if (REGNO_REG_SET_P (DF_LR_IN (bb), reg)) in reg_to_stack()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dinit-regs.c64 bitmap lr = DF_LR_IN (bb); in initialize_uninitialized_regs()
H A Ddce.c1055 block_changed = !bitmap_equal_p (local_live, DF_LR_IN (bb)); in dce_process_block()
1057 bitmap_copy (DF_LR_IN (bb), local_live); in dce_process_block()
H A Ddf.h637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in) macro
1182 return DF_LR_IN (bb); in df_get_live_in()
H A Dresource.c970 regset regs_live = DF_LR_IN (BASIC_BLOCK_FOR_FN (cfun, b)); in mark_target_live_regs()
1089 REG_SET_TO_HARD_REG_SET (extra_live, DF_LR_IN (bb)); in mark_target_live_regs()
H A Dloop-invariant.c2155 bitmap_ior_into (&LOOP_DATA (loop)->regs_live, DF_LR_IN (bb)); in calculate_loop_reg_pressure()
2157 bitmap_copy (&curr_regs_live, DF_LR_IN (bb)); in calculate_loop_reg_pressure()
H A Dearly-remat.c1212 EXECUTE_IF_AND_IN_BITMAP (DF_LR_IN (bb), &m_candidate_regnos, in compute_rd()
2301 && bitmap_intersect_p (cand->clobbers, DF_LR_IN (bb))) in need_to_move_candidate_p()
H A Ddf-problems.c1140 bitmap_copy (&problem_data->in[bb->index], DF_LR_IN (bb)); in df_lr_verify_solution_start()
1167 if ((!bitmap_equal_p (&problem_data->in[bb->index], DF_LR_IN (bb))) in df_lr_verify_solution_end()
H A Dira.c2835 r = DF_LR_IN (bb); in mark_elimination()
3836 bitmap_and_compl_into (DF_LR_IN (bb), cleared_regs); in combine_and_move_insns()
H A Dcombine.c1747 (DF_LR_IN (ENTRY_BLOCK_PTR_FOR_FN (cfun)->next_bb), REGNO (x)) in set_nonzero_bits_and_sign_copies()
1775 && !REGNO_REG_SET_P (DF_LR_IN (BLOCK_FOR_INSN (insn)), in set_nonzero_bits_and_sign_copies()
10197 (DF_LR_IN (ENTRY_BLOCK_PTR_FOR_FN (cfun)->next_bb), in reg_nonzero_bits_for_combine()
10257 (DF_LR_IN (ENTRY_BLOCK_PTR_FOR_FN (cfun)->next_bb), in reg_num_sign_bit_copies_for_combine()
13584 (DF_LR_IN (ENTRY_BLOCK_PTR_FOR_FN (cfun)->next_bb), in get_last_value_validate()
13701 (DF_LR_IN (ENTRY_BLOCK_PTR_FOR_FN (cfun)->next_bb), regno)))) in get_last_value()
H A Ddse.c2642 bitmap_copy (regs_live, DF_LR_IN (bb)); in dse_step1()
H A Dreg-stack.c3328 if (REGNO_REG_SET_P (DF_LR_IN (bb), reg)) in reg_to_stack()
H A Drecog.c3634 bitmap_copy (live, DF_LR_IN (bb)); in peephole2_optimize()

12