D | register_allocate.c | 130 BITSET_WORD *adjacency; member 393 BITSET_SET(g->nodes[n1].adjacency, n2); in ra_add_node_adjacency() 428 g->nodes[i].adjacency = rzalloc_array(g, BITSET_WORD, bitset_count); in ra_alloc_interference_graph() 454 if (!BITSET_TEST(g->nodes[n1].adjacency, n2)) { in ra_add_node_interference()
|