Lines Matching refs:Int_2_Loc
150 - Int_2_Loc = Run_Index;
156 - language and compiler.) The assignment to Int_2_Loc prevents value
157 - propagation for Int_2_Loc, and the assignment to Int_Glob makes the value of
1110 - REG One_Fifty Int_2_Loc;
1180 - Int_2_Loc = 3;
1185 - while (Int_1_Loc < Int_2_Loc) /* loop body executed once */
1187 - Int_3_Loc = 5 * Int_1_Loc - Int_2_Loc;
1189 - Proc_7 (Int_1_Loc, Int_2_Loc, &Int_3_Loc);
1193 - /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
1205 - Int_2_Loc = Run_Index;
1209 - /* Int_1_Loc == 3, Int_2_Loc == 3, Int_3_Loc == 7 */
1210 - Int_2_Loc = Int_2_Loc * Int_1_Loc;
1211 - Int_1_Loc = Int_2_Loc / Int_3_Loc;
1212 - Int_2_Loc = 7 * (Int_2_Loc - Int_3_Loc) - Int_1_Loc;
1213 - /* Int_1_Loc == 1, Int_2_Loc == 13, Int_3_Loc == 7 */
1272 - printf ("Int_2_Loc: %d\n", Int_2_Loc);