Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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 …]
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.
DChangeLog-200713742 (struct reg_stat_struct): Rename from struct reg_stat.
13744 (reg_stat): Change from pointer to VEC. Change all uses.
DChangeLog-200622824 * combine.c (struct reg_stat): Add new fields truncation_label and
DChangeLog-20172995 * combine.c (move_deaths): If reg_stat points to a too new insn in