Home
last modified time | relevance | path

Searched refs:new_live_out (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dvir_live_variables.c259 BITSET_WORD new_live_out = (succ->live_in[i] & in vir_live_variables_dataflow() local
261 if (new_live_out) { in vir_live_variables_dataflow()
262 block->live_out[i] |= new_live_out; in vir_live_variables_dataflow()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_live_variables.c249 BITSET_WORD new_live_out = (succ->live_in[i] & in qir_live_variables_dataflow() local
251 if (new_live_out) { in qir_live_variables_dataflow()
252 block->live_out[i] |= new_live_out; in qir_live_variables_dataflow()