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

/freebsd-11-stable/contrib/gcc/
H A Dstruct-equiv.c465 unsigned x_regno_i, y_regno_i;
476 y_regno_i = REGNO (info->y_local[i]);
477 y_nregs_i = (y_regno_i >= FIRST_PSEUDO_REGISTER
478 ? 1 : hard_regno_nregs[y_regno_i][GET_MODE (y)]);
499 && x_regno - x_regno_i == y_regno - y_regno_i)
500 || (x_regno == x_regno_i && y_regno == y_regno_i
517 && x_regno - x_regno_i == y_regno - y_regno_i)
519 if (x_regno == x_regno_i && y_regno == y_regno_i
528 if (y_regno + y_nregs > y_regno_i
529 && y_regno_i
464 unsigned x_regno_i, y_regno_i; local
[all...]

Completed in 50 milliseconds