Home
last modified time | relevance | path

Searched refs:cse_basic_block (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcse.c624 static rtx cse_basic_block (rtx, rtx, struct branch_path *);
7006 cse_basic_block (insn, val.last, val.path); in cse_main()
7016 temp = cse_basic_block (insn, val.last, val.path); in cse_main()
7047 cse_basic_block (rtx from, rtx to, struct branch_path *next_branch) in cse_basic_block() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcse.c694 static rtx cse_basic_block PARAMS ((rtx, rtx, struct branch_path *, int));
7246 cse_basic_block (insn, val.last, val.path, 0);
7256 temp = cse_basic_block (insn, val.last, val.path, ! after_loop);
7294 cse_basic_block (from, to, next_branch, around_loop) in cse_basic_block() function
H A DChangeLog.2975 * cse.c (cse_basic_block): Free qty_table consistently.
1803 cse_process_notes, cse_main, cse_basic_block): Likewise.
3151 (cse_basic_block): Likewise.
6496 (cse_basic_block): Do not delete unreachable code.
7975 * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
H A DChangeLog.11747 (cse_basic_block): Use flush_hash_table instead of doing it
11167 * cse.c (cse_basic_block): Fixup hash flushing loop so we do not
14822 * cse.c (cse_basic_block): Add parens to shut up warnings.
H A DChangeLog.0553 (cse_basic_block): Keep track of the current RETVAL insn for a
1877 * cse.c (cse_basic_block): Don't include NOTE insns in the count
H A DChangeLog.32950 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
8459 (cse_basic_block): Fix typo in comment.
H A DChangeLog.612559 * cse.c (cse_basic_block): Skip note instructions.
19206 (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
H A DFSFChangeLog.106648 * cse.c (cse_basic_block): Fix test for whether block ends with a
H A DChangeLog.510265 (cse_basic_block): Set recorded_label_ref if new_label_ref use, has
H A DFSFChangeLog.111453 * cse.c (cse_basic_block): Flush the hash table every 1,000 insns.