Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.14947 * loop.c (scan_loop): Call reg_in_basic_block_p before
5184 (scan_loop): ... moved out of here. Always initialize.
5428 * loop.c (scan_loop): New argument loop_cont. Changed caller.
7735 (scan_loop): Free reg_single_usage before strength reduction.
10873 * loop.c (scan_loop): Be more selective about what invariants are
12601 * loop.c (scan_loop): Apply DeMorgan's laws and add documentation
13087 * loop.c (loop_optimize, scan_loop, strength_reduce): New argument
14143 * loop.c (scan_loop): Count down from max_reg_num - 1 to
14274 (scan_loop): Tweak AVOID_CC_MODE_COPIES code.
14354 * loop.c (scan_loop): Allocate some slop to handle pseudos
[all …]
H A Dloop.c250 static void scan_loop PARAMS ((struct loop*, int));
557 scan_loop (loop, flags);
613 scan_loop (loop, flags) in scan_loop() function
H A DChangeLog.51524 * loop.c (scan_loop): Do not combine asm statements.
4114 * loop.c (scan_loop): Don't set it. Use count_insns_in_loop.
13555 (scan_loop): Set loop->sink.
13620 scan_loop, and load_mems_and_recount_loop_regs_set.
13621 (scan_loop): Call load_mems directly and loop_regs_scan
13667 * loop.c (scan_loop): Use xcalloc for the regs array.
14343 * loop.c (scan_loop): Use xmalloc to allocate movables.
H A DChangeLog.32465 * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
3466 * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
14855 * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
15229 prior to calling scan_loop.
15246 (scan_loop): Set current_loop_info.
15560 (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
H A DChangeLog.03681 * loop.c (scan_loop): Don't call move_movables for optimize_size.
5430 loop_reg_used_before_p, scan_loop, replace_call_address,
6049 * loop.c (scan_loop): Initialize move_insn_first to zero.
6292 (scan_loop): In consec sets code, set it. Clear it otherwise.
9860 (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
H A DChangeLog.6462 * loop.c (scan_loop, move_movables, count_one_set): Do not
10022 * loop.c (scan_loop, loop_delete_insns): Likewise.
10345 * loop.c (scan_loop): Likewise.
11604 * loop.c (scan_loop): Ditto.
14920 * loop.c (scan_loop): Likewise.
17426 * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
H A DChangeLog.49119 (scan_loop): Change movables to be of type struct movables.
11123 * loop.c (scan_loop): Use CONST_CALL_P instead of
12192 * loop.c (scan_loop): Use INSN_P.
12528 * loop.c (scan_loop): Ensure update_end label does not
H A DChangeLog4654 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
14518 * loop.c (scan_loop): Don't mark separate insns out of a libcall
15803 * loop.c (scan_loop, move_movables, count_one_set): Cast to avoid
H A DChangeLog.2816 (scan_loop): Call reg_scan_update whenever we may have added new
9762 (scan_loop): New variable loop_info, initialize to address of
H A DFSFChangeLog.111889 * loop.c (scan_loop, valid_initial_value_p): Likewise.
5488 (scan_loop): n_times{set,used} are now int pointers.
H A DChangeLog.715777 * loop.c (scan_loop): Update reg info if move_movables created new
18751 * loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
H A DFSFChangeLog.102222 * loop.c (scan_loop): Correct comment.