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

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c503 #define COST(X) (REG_P (X) ? 0 : notreg_cost (X, SET)) macro
828 from COST macro to keep it simple. */
1543 elt->cost = COST (x);
3023 int best_rtx_cost = (COST (*loc) + 1) >> 1;
3056 && (COST (new) + 1) >> 1 > best_rtx_cost))
3060 best_rtx_cost = (COST (new) + 1) >> 1;
3535 constant_pool_entries_cost = COST (constant);
4076 cheapest_cost = COST (x);
4096 cost = COST (simp_result);
5528 src_cost = COST (sr
[all...]

Completed in 117 milliseconds