Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-colorize.c189 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 Dra-rewrite.c214 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 Dra.h44 SPILLED, COALESCED, COLORED, enumerator
H A Dra-debug.c887 for (d = WEBS(COLORED); d; d = d->next)
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20031031-2.c9 SPILLED, COALESCED, COLORED, enumerator