Searched refs:defout (Results 1 – 5 of 5) sorted by relevance
101 BITSET_SET(block->defout, var); in vir_setup_def()278 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()281 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()308 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()349 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
458 BITSET_WORD *defout; member
90 BITSET_SET(bd->defout, var); in setup_one_write()218 const BITSET_WORD new_def = bd->defout[i] & ~child_bd->defin[i]; in compute_live_variables()220 child_bd->defout[i] |= new_def; in compute_live_variables()240 BITSET_WORD livedefout = bd->liveout[w] & bd->defout[w]; in compute_start_end()301 block_data[i].defout = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
72 BITSET_WORD *defout; member
268 if (BITSET_TEST(live.block_data[block->num].defout, in setup_initial_values()