Lines Matching defs:conflicts
84 BITSET_WORD *conflicts;
199 regs->regs[i].conflicts = rzalloc_array(regs->regs, BITSET_WORD,
201 BITSET_SET(regs->regs[i].conflicts, i);
247 BITSET_SET(reg1->conflicts, r2);
253 if (!BITSET_TEST(regs->regs[r1].conflicts, r2)) {
261 * anything that base_reg conflicts with.
282 * every register that conflicts with r will now conflict with every other
296 BITSET_FOREACH_SET(c, tmp, reg->conflicts, regs->count) {
300 other->conflicts[i] |= reg->conflicts[i];
339 * Must be called after all conflicts and register classes have been
369 int conflicts = 0;
378 conflicts++;
380 max_conflicts = MAX2(max_conflicts, conflicts);
563 BITSET_TEST(g->regs->regs[r].conflicts, g->nodes[n2].reg)) {
594 regs[j] &= ~g->regs->regs[r].conflicts[j];