diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 58f5bc0..5b3c763 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -216,6 +216,16 @@ extern int flag_unroll_loops; extern int flag_unroll_all_loops; +/* Nonzero forces all invariant computations in loops to be moved + outside the loop. */ + +extern int flag_move_all_movables; + +/* Nonzero forces all general induction variables in loops to be + strength reduced. */ + +extern int flag_reduce_all_givs; + /* Nonzero for -fcse-follow-jumps: have cse follow jumps to do a more extensive job. */ |