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

/freebsd-9.3-release/contrib/gcc/
H A Dpostreload.c608 int this_nregs = alternative_nregs[alternative_order[j]]; local
611 || (this_reject == best_reject && this_nregs > best_nregs))
615 best_nregs = this_nregs;
H A Dregrename.c397 int this_nregs = hard_regno_nregs[this_regno][mode]; local
437 int exact_match = (regno == this_regno && nregs == this_nregs);
440 || this_regno + this_nregs <= regno)
H A Dreload1.c1754 unsigned int this_nregs = hard_regno_nregs[regno][rl->mode];
1756 for (j = 1; j < this_nregs; j++)
1745 unsigned int this_nregs = hard_regno_nregs[regno][rl->mode]; local

Completed in 132 milliseconds