Lines Matching refs:BITSET_WORD
49 BITSET_WORD *tmp_live;
61 block->live_in = reralloc(block, block->live_in, BITSET_WORD,
63 memset(block->live_in, 0, state->bitset_words * sizeof(BITSET_WORD));
65 block->live_out = reralloc(block, block->live_out, BITSET_WORD,
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD));
75 BITSET_WORD *live = void_live;
91 BITSET_WORD *live = void_live;
111 BITSET_WORD *live = state->tmp_live;
136 BITSET_WORD progress = 0;
150 state.tmp_live = rzalloc_array(impl, BITSET_WORD, state.bitset_words),
181 state.bitset_words * sizeof(BITSET_WORD));
221 const BITSET_WORD *
248 BITSET_WORD *live = ralloc_array(mem_ctx, BITSET_WORD, bitset_words);
249 memcpy(live, block->live_out, bitset_words * sizeof(BITSET_WORD));