Searched refs:bitset_count (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | register_allocate.c | 520 unsigned bitset_count = BITSET_WORDS(alloc); local in function:ra_realloc_interference_graph 525 g_bitset_count, bitset_count); 531 g->nodes[i].adjacency = rzalloc_array(g, BITSET_WORD, bitset_count); 543 g->tmp.in_stack = reralloc(g, g->tmp.in_stack, BITSET_WORD, bitset_count); 546 bitset_count); 547 g->tmp.pq_test = reralloc(g, g->tmp.pq_test, BITSET_WORD, bitset_count); 549 bitset_count); 551 bitset_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | register_allocate.c | 430 int bitset_count = BITSET_WORDS(count); local in function:ra_alloc_interference_graph 431 g->nodes[i].adjacency = rzalloc_array(g, BITSET_WORD, bitset_count);
|
Completed in 5 milliseconds