Searched refs:lhs_cost (Results 1 – 2 of 2) sorted by relevance
1104 int lhs_cost = estimate_num_insns (lhs_def, &eni_size_weights); in record_temporary_equivalences() local1106 if (rhs_cost > lhs_cost) in record_temporary_equivalences()1108 else if (rhs_cost < lhs_cost) in record_temporary_equivalences()
1145 int lhs_cost = estimate_num_insns (lhs_def, &eni_size_weights); in record_temporary_equivalences() local1147 if (rhs_cost > lhs_cost) in record_temporary_equivalences()1149 else if (rhs_cost < lhs_cost) in record_temporary_equivalences()