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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c2473 int op_cost, op_latency;
2711 op_latency = op_cost;
2714 op_latency = add_cost[mode];
2717 new_limit.latency = best_cost.latency - op_latency;
2721 alg_in->cost.latency += op_latency;
2750 op_latency = op_cost;
2753 op_latency = add_cost[mode];
2756 new_limit.latency = best_cost.latency - op_latency;
2760 alg_in->cost.latency += op_latency;
2463 int op_cost, op_latency; local

Completed in 117 milliseconds