Home
last modified time | relevance | path

Searched refs:loop_optimize (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c3014 loop_optimize (insns, rtl_dump_file, do_unroll);
3028 loop_optimize (insns, rtl_dump_file, do_unroll | LOOP_BCT | do_prefetch);
H A Drtl.h2062 extern void loop_optimize PARAMS ((rtx, FILE *, int));
H A DChangeLog.15619 * loop.c (loop_optimize): Fix value max_uid_for_loop is reset
5878 (loop_optimize): Allocate loop_number_loop_cont and
8709 (loop_optimize): Remove code to allocate and initialize
12259 (loop_optimize): Remove initialization for deleted variables.
13086 loop_optimize.
13087 * loop.c (loop_optimize, scan_loop, strength_reduce): New argument
13096 * rtl.h (loop_optimize): Update prototype.
14574 (loop_optimize): Don't pass max_reg_num() to scan_loop.
15806 (loop_optimize): Call end_alias_analysis.
H A DChangeLog.33466 * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
3469 * rtl.h (loop_optimize): Update prototype.
3470 * toplev.c (rest_of_compilation): Update call of loop_optimize.
9661 * loop.c (loop_optimize): Don't call find_loop_tree_blocks. Use
15077 (loop_optimize): Allocate loops->array and free it on exit.
15228 * loop.c (loop_optimize): Allocate loop_info structure for each loop
15244 (loop_optimize): Allocate loop_info structure for each loop
H A DChangeLog.03111 * loop.c (loop_optimize): Move call to init_alias_analysis.
9860 (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
11633 (loop_optimize): Always allocate and clear space for loop_unroll_factor.
11652 * loop.c (loop_optimize): Always determine if the current
12865 * loop.c (loop_optimize): If HAIFA is defined, allocate additional
12887 (loop_optimize): Initialize.
H A DFSFChangeLog1565 * loop.c (loop_optimize): Reset max_uid_for_loop after
H A Dloop.c448 loop_optimize (f, dumpfile, flags) in loop_optimize() function
H A DChangeLog.2814 (loop_optimize): Initialize it. Eliminate one unnecessary call to
2112 * loop.c (loop_optimize): Always find_loop_tree_blocks and
3375 * loop.c (loop_optimize): Likewise.
H A DChangeLog.74121 * loop.c (loop_optimize): Do not care block notes.
13306 (parse_options_and_default_flags): Default loop_optimize and
H A DFSFChangeLog.106098 (loop_optimize): Allocate space for it.
H A DChangeLog.513950 (loop_optimize): Delete `moved_once' array.
H A DChangeLog1473 (loop_optimize): Run garbage collector between optimization of loops.