Home
last modified time | relevance | path

Searched refs:combine_validate_cost (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc821 combine_validate_cost (rtx_insn *i0, rtx_insn *i1, rtx_insn *i2, rtx_insn *i3, in combine_validate_cost() function
4104 if (!combine_validate_cost (i0, i1, i2, i3, newpat, newi2pat, other_pat)) in try_combine()
H A DChangeLog.dataflow1154 (combine_validate_cost): Use INSN_COST instead of accessing
H A DChangeLog-20041392 * combine.c (combine_validate_cost): Consider cost of
24005 (combine_validate_cost): Update callers of combine_insn_cost to
27216 (combine_validate_cost): New function to determine whether a
27220 (try_combine): Check combine_validate_cost to determine whether
H A DChangeLog-201712527 * combine.c (combine_validate_cost): Compute the new insn_cost,
12536 (combine_validate_cost): Adjust comment. Use pattern_cost instead
H A DChangeLog-20144226 * combine.c (combine_validate_cost): Always print the insn costs
27069 (combine_validate_cost): Likewise for params "i0", "i1", "i2", "i3".
H A DChangeLog-20087941 (combine_validate_cost): Update call of rtx_cost.
H A DChangeLog-200716604 * combine.c (combine_validate_cost): New parameter NEWOTHERPAT.
H A DChangeLog-201017057 * combine.c (combine_validate_cost): New arg I0. All callers changed.
H A DChangeLog-201130696 * combine.c (combine_validate_cost): Adjust comments. Set registered
H A DChangeLog-201544467 * combine.c (combine_validate_cost): Do not count the cost of a
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c852 combine_validate_cost (rtx_insn *i0, rtx_insn *i1, rtx_insn *i2, rtx_insn *i3, in combine_validate_cost() function
4220 if (!combine_validate_cost (i0, i1, i2, i3, newpat, newi2pat, other_pat)) in try_combine()