Searched refs:cse_basic_block (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | cse.c | 624 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 D | cse.c | 694 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 D | ChangeLog.2 | 975 * 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 D | ChangeLog.1 | 1747 (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 D | ChangeLog.0 | 553 (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 D | ChangeLog.3 | 2950 * 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 D | ChangeLog.6 | 12559 * 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 D | FSFChangeLog.10 | 6648 * cse.c (cse_basic_block): Fix test for whether block ends with a
|
H A D | ChangeLog.5 | 10265 (cse_basic_block): Set recorded_label_ref if new_label_ref use, has
|
H A D | FSFChangeLog.11 | 1453 * cse.c (cse_basic_block): Flush the hash table every 1,000 insns.
|