Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dcse.c625 static rtx cse_basic_block (rtx, rtx, struct branch_path *);
7016 cse_basic_block (insn, val.last, val.path); in cse_main()
7026 temp = cse_basic_block (insn, val.last, val.path); in cse_main()
7057 cse_basic_block (rtx from, rtx to, struct branch_path *next_branch) in cse_basic_block() function
DChangeLog-1999975 * 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.
16215 (cse_basic_block): Use flush_hash_table instead of doing it
DChangeLog-19983848 * cse.c (cse_basic_block): Fixup hash flushing loop so we do not
7503 * cse.c (cse_basic_block): Add parens to shut up warnings.
9132 (cse_basic_block): Keep track of the current RETVAL insn for a
10456 * cse.c (cse_basic_block): Don't include NOTE insns in the count
DChangeLog-20047743 (cse_basic_block): Avoid subtracting a large offset from qty_table,
14833 hash_rtx, exp_equiv_p, cse_basic_block, count_reg_usage,
16904 (cse_basic_block): Remove the around_loop argument.
24542 cse_end_of_basic_block, cse_main, cse_basic_block,
39655 fold_rtx, cse_insn, invalidate_memory, cse_basic_block):
46110 * cse.c (cse_basic_block): Call cse_insn with a non-null
DChangeLog-200112559 * cse.c (cse_basic_block): Skip note instructions.
19206 (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
29472 (cse_basic_block): Set recorded_label_ref if new_label_ref use, has
DFSFChangeLog.106648 * cse.c (cse_basic_block): Fix test for whether block ends with a
DChangeLog-200018216 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
23725 (cse_basic_block): Fix typo in comment.
DFSFChangeLog.111453 * cse.c (cse_basic_block): Flush the hash table every 1,000 insns.
DChangeLog-20054891 * cse.c (cse_basic_block): Replace 1000 by new param.
DChangeLog-200320972 (cse_main, cse_basic_block): Allocate path array.