Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_live_variables.c235 BITSET_WORD new_live_out = (succ->live_in[i] & in qir_live_variables_dataflow() local
237 if (new_live_out) { in qir_live_variables_dataflow()
238 block->live_out[i] |= new_live_out; in qir_live_variables_dataflow()
/external/mesa3d/src/broadcom/compiler/
Dvir_live_variables.c239 BITSET_WORD new_live_out = (succ->live_in[i] & in vir_live_variables_dataflow() local
241 if (new_live_out) { in vir_live_variables_dataflow()
242 block->live_out[i] |= new_live_out; in vir_live_variables_dataflow()