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

/freebsd-10-stable/contrib/gcc/
H A Dstruct-equiv.c1084 rtx x_stop, y_stop;
1090 x_stop = BB_HEAD (info->x_block);
1092 if (!x_stop || !y_stop)
1097 x_stop = info->cur.x_start;
1156 if (info->cur.x_start != x_stop)
1160 while (!INSN_P (xi) && xi != x_stop)
1175 if (xi == x_stop || yi == y_stop)
1211 while (xi != x_stop && !INSN_P (PREV_INSN (xi)))
1260 && (info->cur.x_start != x_stop || info->cur.y_start != y_stop))
1083 rtx x_stop, y_stop; local

Completed in 42 milliseconds