Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlra-assigns.cc1271 int regno, another_regno, hard_regno, another_hard_regno, cost, i, n; in improve_inheritance() local
1306 && (another_hard_regno = reg_renumber[another_regno]) >= 0 in improve_inheritance()
1307 && another_hard_regno != hard_regno) in improve_inheritance()
1313 regno, hard_regno, another_regno, another_hard_regno); in improve_inheritance()
1320 assign_hard_regno (another_hard_regno, another_regno); in improve_inheritance()