Searched refs:combine_validate_cost (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 821 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 D | ChangeLog.dataflow | 1154 (combine_validate_cost): Use INSN_COST instead of accessing
|
H A D | ChangeLog-2004 | 1392 * 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 D | ChangeLog-2017 | 12527 * combine.c (combine_validate_cost): Compute the new insn_cost, 12536 (combine_validate_cost): Adjust comment. Use pattern_cost instead
|
H A D | ChangeLog-2014 | 4226 * combine.c (combine_validate_cost): Always print the insn costs 27069 (combine_validate_cost): Likewise for params "i0", "i1", "i2", "i3".
|
H A D | ChangeLog-2008 | 7941 (combine_validate_cost): Update call of rtx_cost.
|
H A D | ChangeLog-2007 | 16604 * combine.c (combine_validate_cost): New parameter NEWOTHERPAT.
|
H A D | ChangeLog-2010 | 17057 * combine.c (combine_validate_cost): New arg I0. All callers changed.
|
H A D | ChangeLog-2011 | 30696 * combine.c (combine_validate_cost): Adjust comments. Set registered
|
H A D | ChangeLog-2015 | 44467 * combine.c (combine_validate_cost): Do not count the cost of a
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | combine.c | 852 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()
|