Searched refs:new_regno (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dintegrate.c348 int new_regno;
351 new_regno = REGNO (x);
352 reg_renumber[regno] = new_regno;
355 REGNO (ivs->entries[i].pseudo) = new_regno;
363 new_regno);
366 new_regno);
343 int new_regno; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dssa.c780 int new_regno; local
797 new_regno = REGNO (r->new_reg);
800 if (new_regno >= (int) ssa_definition->num_elements)
802 int new_limit = new_regno * 5 / 4;
806 VARRAY_RTX (ssa_definition, new_regno) = r->set_insn;
807 ssa_rename_from_insert (new_regno, r->old_reg);
2025 unsigned int new_regno = partition_find (reg_partition, regno); local
2026 rtx canonical_element_rtx = ssa_rename_from_lookup (new_regno);
2034 else if (regno != new_regno)
2036 rtx new_reg = regno_reg_rtx[new_regno];
[all...]
H A Dloop.c10429 unsigned int new_regno;
10431 new_regno = REGNO (replacement);
10441 && REGNO (SET_DEST (set)) == new_regno
10465 (set (reg new_regno) (reg regno))
10468 (set (reg new_regno) (expr))
10469 (set (reg regno) (reg new_regno))
10489 new_regno, INSN_UID (prev_insn));
10375 unsigned int new_regno; local

Completed in 205 milliseconds