Searched refs:COLORED (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ra-colorize.c | 189 case COLORED: 1529 if (aw->type != COLORED) 1595 if (web->type != COLORED) 1601 put_web (try, COLORED); 1629 put_web (web, COLORED); 1647 put_web (web, COLORED); 1808 put_web (web, COLORED); 1822 if (web2->type == COLORED) 1868 put_web (web2, COLORED); 1870 else if (web2->type == COLORED) [all …]
|
H A D | ra-rewrite.c | 214 if (s != web || t->type != COLORED || TEST_BIT (processed, t->id)) 342 if (pweb->type == COLORED || pweb->type == PRECOLORED) in choose_spill_colors() 1627 put_web (web, COLORED); in detect_non_changed_webs() 1708 if (web->type != COLORED && web->type != COALESCED) 1710 if (web->type == COALESCED && alias (web)->type == COLORED) 1776 if (web->type != COLORED && web->type != COALESCED) 1799 if (web->type != COLORED && web->type != COALESCED)
|
H A D | ra.h | 44 SPILLED, COALESCED, COLORED, enumerator
|
H A D | ra-debug.c | 887 for (d = WEBS(COLORED); d; d = d->next)
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20031031-2.c | 9 SPILLED, COALESCED, COLORED, enumerator
|