Home | History | Annotate | Download | only in gcc

Lines Matching defs:reg_costs

2242   int *reg_costs;
2264 = reg_costs = ira_allocate_cost_vector (aclass);
2269 reg_costs[j] = ALLOCNO_CLASS_COST (a);
2279 reg_costs[j] = COSTS (costs, i)->cost[num];
2427 int cost, min_cost, *reg_costs;
2450 reg_costs = ALLOCNO_HARD_REG_COSTS (a);
2479 if (INT_MAX - cost < reg_costs[j])
2480 reg_costs[j] = INT_MAX;
2482 reg_costs[j] += cost;
2483 if (min_cost > reg_costs[j])
2484 min_cost = reg_costs[j];
2501 reg_costs = ALLOCNO_HARD_REG_COSTS (a);
2509 reg_costs[index] += ALLOCNO_FREQ (a);