Searched refs:reg_stat (Results 1 – 6 of 6) sorted by relevance
242 static vec<reg_stat_type> reg_stat; variable532 if (nregs > reg_stat.length ()) in combine_split_insns()533 reg_stat.safe_grow_cleared (nregs, true); in combine_split_insns()1138 reg_stat.safe_grow_cleared (nregs, true); in combine_instructions()1441 reg_stat.release (); in combine_instructions()1475 FOR_EACH_VEC_ELT (reg_stat, i, p) in init_reg_last()1656 reg_stat_type *rsp = ®_stat[REGNO (x)]; in set_nonzero_bits_and_sign_copies()3917 && reg_stat[REGNO (temp_expr)].nonzero_bits != 0 in try_combine()3922 && (reg_stat[REGNO (temp_expr)].nonzero_bits in try_combine()3927 && reg_stat[REGNO (temp_expr)].nonzero_bits != 0 in try_combine()[all …]
17689 * combine.c (struct reg_stat): Fix comment typo.34152 * combine.c (struct reg_stat): New.34155 (reg_stat): New.34162 with items of reg_stat.
13742 (struct reg_stat_struct): Rename from struct reg_stat.13744 (reg_stat): Change from pointer to VEC. Change all uses.
22824 * combine.c (struct reg_stat): Add new fields truncation_label and
2995 * combine.c (move_deaths): If reg_stat points to a too new insn in
256 static vec<reg_stat_type> reg_stat; variable546 if (nregs > reg_stat.length ()) in combine_split_insns()547 reg_stat.safe_grow_cleared (nregs); in combine_split_insns()1174 reg_stat.safe_grow_cleared (nregs); in combine_instructions()1540 reg_stat.release (); in combine_instructions()1574 FOR_EACH_VEC_ELT (reg_stat, i, p) in init_reg_last()1755 reg_stat_type *rsp = ®_stat[REGNO (x)]; in set_nonzero_bits_and_sign_copies()4035 && reg_stat[REGNO (temp_expr)].nonzero_bits != 0 in try_combine()4040 && (reg_stat[REGNO (temp_expr)].nonzero_bits in try_combine()4045 && reg_stat[REGNO (temp_expr)].nonzero_bits != 0 in try_combine()[all …]