Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-colorize.c383 if (web->num_conflicts >= NUM_REGS (web))
429 int before = web->num_conflicts;
430 web->num_conflicts -= dec;
478 web->id, web->num_conflicts); in simplify()
560 && web->num_conflicts < NUM_REGS (web))
632 if (pweb->num_conflicts < NUM_REGS (pweb)
682 && pweb->num_conflicts >= NUM_REGS (pweb)
828 if (u->num_conflicts >= NUM_REGS (u)
957 divisor += web->num_conflicts;
2619 dest->num_conflicts in extended_coalesce_2()
[all …]
H A Dra.h215 int num_conflicts; member
H A Dra-build.c1280 web->num_conflicts = UINT_MAX;
1297 web->num_conflicts = 0 * web->add_hardregs;
1394 w->num_conflicts = 0 * w->add_hardregs;
1581 pfrom->num_conflicts += 1 + pto->add_hardregs;
2170 web->num_conflicts += 1 + cl->t->add_hardregs; in reset_conflicts()
2208 if (web->type != PRECOLORED && new_conf != web->num_conflicts)
2402 web->num_conflicts -= adjust;
H A Dra-debug.c1033 web->num_freedom, web->num_conflicts);
1061 web->num_freedom, web->num_conflicts);
H A Dra-rewrite.c151 pweb->num_conflicts -= 1 + t->add_hardregs;