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

/freebsd-11-stable/contrib/gcc/
H A Dstruct-equiv.c1084 rtx x_stop, y_stop;
1091 y_stop = BB_HEAD (info->y_block);
1092 if (!x_stop || !y_stop)
1098 y_stop = info->cur.y_start;
1163 while (!INSN_P (yi) && yi != y_stop)
1175 if (xi == x_stop || yi == y_stop)
1214 while (yi != y_stop && !INSN_P (PREV_INSN (yi)))
1260 && (info->cur.x_start != x_stop || info->cur.y_start != y_stop))
1083 rtx x_stop, y_stop; local

Completed in 186 milliseconds