Searched refs:pq_test (Results 1 – 2 of 2) sorted by relevance
571 g->tmp.pq_test = reralloc(g, g->tmp.pq_test, BITSET_WORD, bitset_count); in ra_realloc_interference_graph()662 BITSET_SET(g->tmp.pq_test, n); in update_pq_info()733 g->tmp.pq_test[i] = 0; in ra_simplify()760 BITSET_WORD pq = g->tmp.pq_test[i] & ~skip; in ra_simplify()776 pq = g->tmp.pq_test[i] & ~skip; in ra_simplify()
153 BITSET_WORD *pq_test; member