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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dloop.c1011 rtx temp, update_start, update_end;
1542 update_end = NEXT_INSN (loop_end);
1544 reg_scan_update (update_start, update_end, loop_max_reg);
1569 update_end = NEXT_INSN (loop_end);
1571 reg_scan_update (update_start, update_end, loop_max_reg);
1576 if (update_end && LABEL_P (update_end))
1578 LABEL_NUSES (update_end)++;
1582 reg_scan_update (update_start, update_end, loop_max_reg);
1585 if (update_end
1006 rtx temp, update_start, update_end; local
[all...]
H A Dreg-stack.c2343 int update_end = 0;
2364 update_end = 1;
2529 if (update_end)
2326 int update_end = 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.c2411 int update_end = 0;
2433 update_end = 1;
2607 if (update_end)
2394 int update_end = 0; local

Completed in 142 milliseconds