Lines Matching refs:in_stack
567 g->tmp.in_stack = reralloc(g, g->tmp.in_stack, BITSET_WORD, bitset_count);
684 assert(!BITSET_TEST(g->tmp.in_stack, n));
690 if (!BITSET_TEST(g->tmp.in_stack, n2) &&
700 BITSET_SET(g->tmp.in_stack, n);
731 g->tmp.in_stack[i] = 0;
756 BITSET_WORD skip = g->tmp.in_stack[i] | g->tmp.reg_assigned[i];
839 if (!BITSET_TEST(g->tmp.in_stack, n2) &&
870 if (!BITSET_TEST(g->tmp.in_stack, *n2p)) {
916 BITSET_CLEAR(g->tmp.in_stack, n);
1057 if (BITSET_TEST(g->tmp.in_stack, n))