Searched refs:REG_N_REFS (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | regs.h | 77 #define REG_N_REFS(N) (VEC_index (reg_info_p, reg_n_info, N)->refs) macro
|
| HD | regclass.c | 935 if (REG_N_REFS (i)) in dump_regclass() 1117 REG_N_REFS (REGNO (recog_data.operand[0]))++; in scan_one_insn() 1121 REG_N_REFS (REGNO (recog_data.operand[0]))++; in scan_one_insn() 1127 REG_N_REFS (REGNO (recog_data.operand[0]))++; in scan_one_insn() 1292 if (optimize && !REG_N_REFS (i) && !REG_N_SETS (i)) in regclass() 2407 REG_N_REFS (REGNO (reg))++; in reg_scan_mark_refs() 2430 REG_N_REFS (REGNO (dest))++; in reg_scan_mark_refs()
|
| HD | local-alloc.c | 336 qty[qtyno].n_refs = REG_N_REFS (regno); in alloc_qty() 1001 if (REG_N_REFS (regno) == 2 in update_equiv_regs() 1156 REG_N_REFS (regno) = 0; in update_equiv_regs() 2034 qty[sqty].n_refs += REG_N_REFS (sreg); in combine_regs()
|
| HD | cfg.c | 542 if (REG_N_REFS (i)) in dump_flow_info() 547 i, REG_N_REFS (i), REG_LIVE_LENGTH (i)); in dump_flow_info()
|
| HD | global.c | 466 if (REG_N_REFS (i) != 0 && REG_LIVE_LENGTH (i) != -1 in global_alloc() 493 allocno[num].n_refs += REG_N_REFS (i); in global_alloc() 514 local_reg_n_refs[j] += REG_N_REFS (i); in global_alloc()
|
| HD | flow.c | 1622 REG_N_REFS (i) = 0; in allocate_reg_life_data() 2924 REG_N_REFS (i) += 1; in mark_set_1() 3813 REG_N_REFS (regno_first)++; in mark_used_reg()
|
| HD | df-problems.c | 3184 REG_N_REFS (i) = DF_REG_USE_COUNT (df, i) + REG_N_SETS (i); in df_ri_alloc()
|
| HD | reload1.c | 1993 && REG_N_REFS (i) > 0 in alter_reg()
|
| HD | ChangeLog-2000 | 19072 * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth 20737 test in one place. Tidy flags tests. Don't bias REG_N_REFS by 31958 * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
|
| HD | ChangeLog-2001 | 16004 * regclass.c (reg_scan_mark_refs): Increment REG_N_REFS when we 20004 (REG_N_REFS): Update comment. 23460 * regclass.c (scan_one_insn): Update REG_N_REFS when optimizing
|
| HD | ChangeLog-1999 | 1187 * combine.c (try_combine, distribute_notes): Remove REG_N_REFS 1428 (optimize_reg_copy_1): Remove REG_N_REFS updating code.
|
| HD | ChangeLog-2006 | 7246 (REG_N_REFS, REG_FREQ, REG_N_SETS, REG_N_DEATHS,
|
| HD | ChangeLog-1998 | 12505 (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
|
| HD | ChangeLog-2002 | 13553 increase REG_N_REFS (like flow does), so that regclass doesn't
|