Lines Matching refs:index
227 /* Users may rely on the class index being allocated in order starting from 0. */
228 class->index = regs->class_count++;
229 regs->classes[class->index] = class;
263 return c->index;
457 class->index = c;
493 uint64_t index = ra_get_adjacency_bit_index(n1, n2);
494 return BITSET_TEST(g->adjacency, index);
500 unsigned index = ra_get_adjacency_bit_index(n1, n2);
501 BITSET_SET(g->adjacency, index);
507 unsigned index = ra_get_adjacency_bit_index(n1, n2);
508 BITSET_CLEAR(g->adjacency, index);
613 g->nodes[n].class = class->index;
668 * to ensure that we always choose the node with the highest node index.