Lines Matching refs:live_out
65 block->live_out = reralloc(block, block->live_out, BITSET_WORD,
67 memset(block->live_out, 0, state->bitset_words * sizeof(BITSET_WORD));
138 progress |= live[i] & ~pred->live_out[i];
139 pred->live_out[i] |= live[i];
159 /* Allocate live_in and live_out sets and add all of the blocks to the
180 memcpy(block->live_in, block->live_out,
217 * Note: The bitset returned may be the live_in or live_out from the block in
233 return cursor.block->live_out;
242 return cursor.instr->block->live_out;
249 memcpy(live, block->live_out, bitset_words * sizeof(BITSET_WORD));
308 if (BITSET_TEST(instr->block->live_out, def->index)) {