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

/freebsd-9.3-release/contrib/gcc/
H A Dstruct-equiv.c298 info->y_local[info->cur.local_count], 0);
476 y_regno_i = REGNO (info->y_local[i]);
505 info->y_local[i] = info->y_local[local_count];
539 info->y_local[info->cur.local_count] = y;
861 if (regno == REGNO (info->y_local[i]))
1244 if (assign_reg_reg_set (&clobbered_regs, info->y_local[i], 0))
1290 /* For each local register that is a dying input, y_local[i] will be
1306 memcpy (save_y_local, info->y_local, sizeof save_y_local);
1325 if (!reg_overlap_mentioned_p (info->x_local[i], info->y_local[
[all...]
H A Dbasic-block.h1148 rtx x_local[STRUCT_EQUIV_MAX_LOCAL], y_local[STRUCT_EQUIV_MAX_LOCAL];
1147 rtx x_local[STRUCT_EQUIV_MAX_LOCAL], y_local[STRUCT_EQUIV_MAX_LOCAL]; member in struct:equiv_info

Completed in 100 milliseconds