Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dregs.h81 #define REG_FREQ(N) (VEC_index (reg_info_p, reg_n_info, N)->freq) macro
H A Dlocal-alloc.c337 qty[qtyno].freq = REG_FREQ (regno); in alloc_qty()
1157 REG_FREQ (regno) = 0; in update_equiv_regs()
2035 qty[sqty].freq += REG_FREQ (sreg); in combine_regs()
H A Dflow.c1627 REG_FREQ (i) = 0; in allocate_reg_life_data()
2925 REG_FREQ (i) += REG_FREQ_FROM_BB (pbi->bb); in mark_set_1()
3647 REG_FREQ (regno) += REG_FREQ_FROM_BB (pbi->bb); in attempt_auto_inc()
3812 REG_FREQ (regno_first) += REG_FREQ_FROM_BB (pbi->bb); in mark_used_reg()
4263 REG_FREQ (regno) += REG_FREQ_FROM_BB (pbi->bb); in try_pre_increment_1()
H A Dregclass.c1118 REG_FREQ (REGNO (recog_data.operand[0])) += frequency; in scan_one_insn()
1122 REG_FREQ (REGNO (recog_data.operand[0])) += frequency; in scan_one_insn()
1128 REG_FREQ (REGNO (recog_data.operand[0])) += frequency; in scan_one_insn()
H A Dglobal.c494 allocno[num].freq += REG_FREQ (i); in global_alloc()
515 local_reg_freq[j] += REG_FREQ (i); in global_alloc()
H A Ddf-problems.c3189 REG_FREQ (i) = 0; in df_ri_alloc()
3466 REG_FREQ (dregno) += REG_FREQ_FROM_BB (bb); in df_create_unused_note()
3634 REG_FREQ (uregno) += REG_FREQ_FROM_BB (bb); in df_ri_bb_compute()
H A Dreload1.c1616 int freq = REG_FREQ (reg); in count_pseudo()
1701 spill_add_cost[r] -= REG_FREQ (reg); in count_spilled_pseudo()
1703 spill_cost[r + nregs] -= REG_FREQ (reg); in count_spilled_pseudo()
H A DChangeLog-200119909 try_pre_increment_1): compute REG_FREQ using bb->frequency.
20005 (REG_FREQ): New.
20006 * regclass.c (scan_one_insn): Update REG_FREQ.
20007 * flow.c (mark_set_1): Update REG_FREQ, make REG_N_SETS unweighted.
20013 (update_equiv_regs): Set REG_FREQ.
H A DChangeLog-20067246 (REG_N_REFS, REG_FREQ, REG_N_SETS, REG_N_DEATHS,
H A DChangeLog-2002510 * flow.c (allocate_reg_life_data): Reset REG_FREQ.