Searched refs:attr_rtx_cost (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgenattrtab.c1658 attr_rtx_cost (rtx x) function
1693 cost += attr_rtx_cost (XVECEXP (x, i, j));
1696 cost += attr_rtx_cost (XEXP (x, i));
2818 if (attr_rtx_cost (x) < 7)
3052 && attr_rtx_cost (newexp) < attr_rtx_cost (av->value)
3053 && attr_rtx_cost (newexp) < 26

Completed in 91 milliseconds