Home | History | Annotate | Download | only in gcc

Lines Matching defs:a_num

1863 	  int rclass, a_num, parent_a_num, add_cost;
1895 a_num = ALLOCNO_NUM (a);
1908 a_costs = COSTS (total_allocno_costs, a_num)->cost;
1918 add_cost = COSTS (total_allocno_costs, a_num)->mem_cost;
1932 a_costs = COSTS (costs, a_num)->cost;
1941 add_cost = COSTS (costs, a_num)->mem_cost;
2061 int a_num = ALLOCNO_NUM (a);
2062 int *total_a_costs = COSTS (total_allocno_costs, a_num)->cost;
2063 int *a_costs = COSTS (costs, a_num)->cost;
2094 && (pass == 0 || pref[a_num] != best))
2096 fprintf (dump_file, " a%d (r%d,", a_num, i);
2106 pref[a_num] = best;