Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDstruct-equiv.c1083 rtx x_stop, y_stop; in struct_equiv_block_eq() local
1089 x_stop = BB_HEAD (info->x_block); in struct_equiv_block_eq()
1091 if (!x_stop || !y_stop) in struct_equiv_block_eq()
1096 x_stop = info->cur.x_start; in struct_equiv_block_eq()
1155 if (info->cur.x_start != x_stop) in struct_equiv_block_eq()
1159 while (!INSN_P (xi) && xi != x_stop) in struct_equiv_block_eq()
1174 if (xi == x_stop || yi == y_stop) in struct_equiv_block_eq()
1210 while (xi != x_stop && !INSN_P (PREV_INSN (xi))) in struct_equiv_block_eq()
1259 && (info->cur.x_start != x_stop || info->cur.y_start != y_stop)) in struct_equiv_block_eq()