Home | History | Annotate | Download | only in program

Lines Matching defs:conflicts

83    GLboolean *conflicts;
174 regs->regs[i].conflicts = rzalloc_array(regs->regs, GLboolean, count);
175 regs->regs[i].conflicts[i] = GL_TRUE;
197 reg1->conflicts[r2] = GL_TRUE;
203 if (!regs->regs[r1].conflicts[r2]) {
211 * anything that base_reg conflicts with.
256 * Must be called after all conflicts and register classes have been
277 int conflicts = 0;
286 conflicts++;
288 max_conflicts = MAX2(max_conflicts, conflicts);
430 g->regs->regs[r].conflicts[g->nodes[n2].reg]) {