Searched refs:id2web (Results 1 – 5 of 5) sorted by relevance
866 struct web *web = id2web[i];1070 ra_debug_msg (DUMP_EVER, " %d(%d)", def2, id2web[def2]->regno);1071 if (id2web[def2]->add_hardregs)1072 ra_debug_msg (DUMP_EVER, "+%d", id2web[def2]->add_hardregs);1074 if (web_conflicts_p (web, id2web[def2]))1077 if (id2web[def2]->type == SELECT)1080 if (id2web[def2]->type == COALESCED)1081 ra_debug_msg (DUMP_EVER,"/c/%d", alias (id2web[def2])->id);
403 extern struct web **id2web;505 #define ID2WEB(I) id2web[I]
351 if (id2web[i]->regno >= max_normal_pseudo)352 order2web[num++] = id2web[i];1980 order2web[i] = id2web[i]; in recolor_spills()1983 if (!flag_ra_merge_spill_costs && id2web[i]->type == COALESCED) in recolor_spills()1984 alias (id2web[i])->spill_cost += id2web[i]->spill_cost; in recolor_spills()2014 struct web *web = id2web[i]; in check_colors()
120 struct web **id2web; variable
2083 id2web = (struct web **) xcalloc (webnum, sizeof (id2web[0]));3232 free (id2web); in ra_build_free()