Home
last modified time | relevance | path

Searched refs:id2web (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dra-debug.c866 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);
H A Dra.h403 extern struct web **id2web;
505 #define ID2WEB(I) id2web[I]
H A Dra-colorize.c351 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()
H A Dra.c120 struct web **id2web; variable
H A Dra-build.c2083 id2web = (struct web **) xcalloc (webnum, sizeof (id2web[0]));
3232 free (id2web); in ra_build_free()