Lines Matching defs:liveout
321 BITSET_WORD *liveout; /* which defs reach exit point of block */
702 bd->liveout = rzalloc_array(bd, BITSET_WORD, bitset_words);
834 (bd->use[i] | (bd->liveout[i] & ~bd->def[i]));
842 /* update liveout: */
854 (succ_bd->livein[i] & ~bd->liveout[i]);
857 bd->liveout[i] |= new_liveout;
896 * livein/liveout):
902 /* update per-block livein/liveout: */
914 print_bitset(" l/o", bd->liveout, ctx->alloc_count);
924 /* extend start/end ranges based on livein/liveout info from cfg: */
934 if (BITSET_TEST(bd->liveout, i)) {