Lines Matching refs:x_1
15665 2 x_1 = PHI (0, x_5)
15666 3 if (x_1 < 10)
15667 4 if (x_1 > 7)
15670 7 y_3 = x_1 + x_7
15672 9 x_5 = x_1 + 1
15679 2 x_1 = PHI (0, x_5)
15680 3 if (x_1 < 10)
15682 5 if (x_1 > 7)
15686 9 y_3 = x_1 + x_7
15688 11 x_5 = x_1 + 1
15692 We want to replace all the uses of 'x_1' with the new definitions of
15699 that is a merge point for 'x_10' and 'x_11'. So the use of 'x_1' at
20590 the specified loop) equivalent to 'x_1' in the following example
20594 x_1 = phi (base, x_2);
20595 x_2 = x_1 + step;