Searched refs:spill_cost (Results 1 – 4 of 4) sorted by relevance
58 l->spill_cost = calloc(sizeof(l->spill_cost[0]), node_count); in lcra_alloc_equations()79 free(l->spill_cost); in lcra_free()207 l->spill_cost[node] = cost; in lcra_set_node_spill_cost()233 if (l->spill_cost[i] < 0) continue; in lcra_get_best_spill_node()237 float cost = (l->spill_cost[i] + 1); in lcra_get_best_spill_node()
76 signed *spill_cost; member
150 float spill_cost; member1002 float cost = g->nodes[n].spill_cost; in ra_get_best_spill_node()1029 g->nodes[n].spill_cost = cost; in ra_set_node_spill_cost()
494 float spill_cost = 4.0f / (float)reg->num_components; in ppir_regalloc_choose_spill_node() local495 spill_costs[reg->regalloc_index] = spill_cost; in ppir_regalloc_choose_spill_node()