]> gcc.gnu.org Git - gcc.git/commit
timevar.def (TV_LOOP_MOVE_INVARIANTS, [...]): New timevars.
authorRichard Guenther <rguenther@suse.de>
Fri, 27 Nov 2009 12:43:08 +0000 (12:43 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 27 Nov 2009 12:43:08 +0000 (12:43 +0000)
commitb56ae8c7c7a09b0dfe04cf1b5d8ef1e96a8e6b0c
treeda526d98eea90324d9e4b981ceee00d98a877f94
parent9c517bf37229ba03a468c26eaca9bb5141d57709
timevar.def (TV_LOOP_MOVE_INVARIANTS, [...]): New timevars.

2009-11-27  Richard Guenther  <rguenther@suse.de>

* timevar.def (TV_LOOP_MOVE_INVARIANTS, TV_LOOP_UNSWITCH,
TV_LOOP_UNROLL, TV_LOOP_DOLOOP): New timevars.
* loop-init.c (pass_rtl_move_loop_invariants): Use
TV_LOOP_MOVE_INVARIANTS.
(pass_rtl_unswitch): Use TV_LOOP_UNSWITCH.
(pass_rtl_unroll_and_peel): Use TV_LOOP_UNROLL.
(pass_rtl_doloop): Use TV_LOOP_DOLOOP.

From-SVN: r154703
gcc/ChangeLog
gcc/loop-init.c
gcc/timevar.def
This page took 0.058112 seconds and 5 git commands to generate.