Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcse.c3441 unsigned int regnum_for_replacing local
3446 if (regnum_for_replacing >= max_gcse_regno
3449 || (((this_reg = reg_set_table[regnum_for_replacing]),
3460 unsigned int regnum_for_replacing local
3464 if (regnum_for_replacing >= max_gcse_regno)
3467 this_reg = reg_set_table[regnum_for_replacing];
H A DChangeLog.39065 (handle_avail_expr): regnum_for_replacing now unsigned.