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

/freebsd-10.0-release/contrib/gcc/
H A Dcse.c2955 int best_rtx_cost = (elt->cost + 1) >> 1;
2967 && ((p->cost + 1) >> 1) > best_rtx_cost)))
2971 best_rtx_cost = (p->cost + 1) >> 1;
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;
2938 int best_rtx_cost = (elt->cost + 1) >> 1; local
3006 int best_rtx_cost = (COST (*loc) + 1) >> 1; local

Completed in 186 milliseconds