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

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c5110 int src_cost = MAX_COST;
5525 src_cost = src_regcost = -1;
5528 src_cost = COST (src);
5612 src_cost, src_regcost) <= 0
5629 && preferable (src_cost, src_regcost,
5631 && preferable (src_cost, src_regcost,
5633 && preferable (src_cost, src_regcost,
5635 trial = src, src_cost = MAX_COST;
5088 int src_cost = MAX_COST; local

Completed in 54 milliseconds