Home
last modified time | relevance | path

Searched defs:tmp_live (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_liveness.c40 BITSET_WORD *tmp_live, unsigned bitset_words) in compute_block_liveness()
142 BITSET_WORD *tmp_live = ralloc_array(live, BITSET_WORD, bitset_words); in ir3_calc_liveness() local
/third_party/mesa3d/src/compiler/nir/
Dnir_liveness.c49 BITSET_WORD *tmp_live; member