Searched refs:another_regno (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | lra-assigns.cc | 730 int another_regno, cost; in update_hard_regno_preference() local 741 another_regno = cp->regno2; in update_hard_regno_preference() 746 another_regno = cp->regno1; in update_hard_regno_preference() 750 if (reg_renumber[another_regno] < 0 in update_hard_regno_preference() 751 && (update_hard_regno_preference_check[another_regno] in update_hard_regno_preference() 754 update_hard_regno_preference_check[another_regno] in update_hard_regno_preference() 758 (another_regno, hard_regno, cost); in update_hard_regno_preference() 759 update_hard_regno_preference (another_regno, hard_regno, div * 2); in update_hard_regno_preference() 1271 int regno, another_regno, hard_regno, another_hard_regno, cost, i, n; in improve_inheritance() local 1292 another_regno = cp->regno2; in improve_inheritance() [all …]
|