Home | History | Annotate | Download | only in gcc

Lines Matching defs:CHEAPER

483 /* Compare table_elt X and Y and return true iff X is cheaper than Y.  */
485 #define CHEAPER(X, Y) \
1267 if (match_elt && CHEAPER (match_elt, elt))
1518 remains first unless a cheaper element is added. The order of
1574 if (CHEAPER (elt, classp))
1588 /* Put it after the last element cheaper than X. */
1592 (next = p->next_same_value) && CHEAPER (next, elt);
1613 and a constant is the only thing that can be cheaper than a register. So
3382 that gets us a cheaper expression, possibly a
3418 /* If we have a cheaper expression now, use that
4182 "cheapest", cheaper than REG1. After cse, REG1 will probably not
4788 SRC in the insn with each cheaper equivalent.
5180 cheaper even though it looks more expensive. */
5483 /* If we had a constant that is cheaper than what we are now
6100 "cheapest", cheaper than REG1. After cse, REG1 will probably not