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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dloop.c638 rtx temp, update_start, update_end;
1156 update_end = NEXT_INSN (loop_end);
1158 reg_scan_update (update_start, update_end, loop_max_reg);
1184 update_end = NEXT_INSN (loop_end);
1186 reg_scan_update (update_start, update_end, loop_max_reg);
1191 if (update_end && GET_CODE (update_end) == CODE_LABEL)
1193 LABEL_NUSES (update_end)++;
1197 reg_scan_update (update_start, update_end, loop_max_reg);
1200 if (update_end
633 rtx temp, update_start, update_end; local
[all...]
H A Dreg-stack.c2281 int update_end = 0;
2289 update_end = 1;
2370 if (update_end)
2263 int update_end = 0; local
/openbsd-current/gnu/gcc/gcc/
H A Dreg-stack.c2356 int update_end = 0;
2377 update_end = 1;
2542 if (update_end)
2339 int update_end = 0; local

Completed in 101 milliseconds