Searched refs:regno_last (Results 1 – 3 of 3) sorted by relevance
2736 int regno_first = -1, regno_last = -1; in mark_set_1() local2774 regno_last = regno_first = REGNO (reg); in mark_set_1()2776 regno_last += hard_regno_nregs[regno_first][GET_MODE (reg)] - 1; in mark_set_1()2788 regno_last = regno_first = REGNO (SUBREG_REG (reg)); in mark_set_1()2794 regno_last = (regno_first in mark_set_1()2863 for (i = regno_first; i <= regno_last; ++i) in mark_set_1()2894 for (i = regno_first; i <= regno_last; ++i) in mark_set_1()2913 for (i = regno_first; i <= regno_last; ++i) in mark_set_1()2919 for (i = regno_first; i <= regno_last; ++i) in mark_set_1()2937 for (i = regno_first; i <= regno_last; i++) in mark_set_1()[all …]
1562 int regno_last; in df_insn_refs_record() local1566 regno_last = regno_first = REGNO (reg); in df_insn_refs_record()1568 regno_last in df_insn_refs_record()1570 for (i = regno_first; i <= regno_last; i++) in df_insn_refs_record()
20736 callers. Track regno_first and regno_last; do HARD_REGNO_NREGS