Home
last modified time | relevance | path

Searched refs:reg_stat (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc242 static vec<reg_stat_type> reg_stat; variable
532 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 = &reg_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 …]
H A DChangeLog-200417689 * 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.
H A DChangeLog-200713742 (struct reg_stat_struct): Rename from struct reg_stat.
13744 (reg_stat): Change from pointer to VEC. Change all uses.
H A DChangeLog-200622824 * combine.c (struct reg_stat): Add new fields truncation_label and
H A DChangeLog-20172995 * combine.c (move_deaths): If reg_stat points to a too new insn in
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c256 static vec<reg_stat_type> reg_stat; variable
546 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 = &reg_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 …]