Searched refs:vec_cost (Results 1 – 2 of 2) sorted by relevance
636 and non-vectorized statements separately, check the proportion of vec_cost to637 total cost of vec_cost and non vec_cost, and penalize only if the proportion643 vec_cost and non vec_cost, and penalize only if the sum exceeds the threshold
5231 int vec_cost = m_costs[vect_body], not_vec_cost = 0; in density_test() local5253 int density_pct = (vec_cost * 100) / (vec_cost + not_vec_cost); in density_test()5256 && vec_cost + not_vec_cost > rs6000_density_size_threshold) in density_test()5258 m_costs[vect_body] = vec_cost * (100 + rs6000_density_penalty) / 100; in density_test()5263 vec_cost + not_vec_cost, rs6000_density_penalty); in density_test()