Home | History | Annotate | Download | only in gcc

Lines Matching defs:mw

3573       df_mw_hardreg *mw;
3593 FOR_EACH_INSN_INFO_MW (mw, insn_info)
3594 if ((DF_MWS_REG_DEF_P (mw))
3595 && !df_ignore_stack_reg (mw->start_regno))
3596 df_set_unused_notes_for_mw (insn, mw, live, do_not_gen,
3618 FOR_EACH_INSN_INFO_MW (mw, insn_info)
3619 if (DF_MWS_REG_DEF_P (mw))
3620 df_set_unused_notes_for_mw (insn, mw, live, do_not_gen,
3638 FOR_EACH_INSN_INFO_MW (mw, insn_info)
3639 if (DF_MWS_REG_USE_P (mw)
3640 && !df_ignore_stack_reg (mw->start_regno))
3644 df_set_dead_notes_for_mw (insn, mw, live, do_not_gen,