Lines Matching defs:defs_list
588 auto_vec<rtx_insn *> defs_list;
601 lists, STATE->DEFS_LIST and STATE->COPIES_LIST. This is necessary because,
604 merging their definitions. The defs_list is populated with all the reaching
653 state->defs_list.safe_push (def_insn);
771 state->defs_list.truncate (0);
805 if (state->defs_list.length () != 1)
837 rtx_insn *def_insn = state->defs_list[0];
984 state->defs_list[0] = def_insn2;
1012 FOR_EACH_VEC_ELT (state->defs_list, defs_ix, def_insn)
1324 reinsn_copy_list.safe_push (state.defs_list[0]);