Searched refs:zero_if_use (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search_helpers.h149 bool zero_if_use = list_empty(&instr->dest.dest.ssa.if_uses); local in function:is_used_once
152 if (zero_if_use && zero_use)
155 if (!zero_if_use && list_is_singular(&instr->dest.dest.ssa.uses))
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search_helpers.h297 bool zero_if_use = list_is_empty(&instr->dest.dest.ssa.if_uses); local in function:is_used_once
300 if (zero_if_use && zero_use)
303 if (!zero_if_use && list_is_singular(&instr->dest.dest.ssa.uses))

Completed in 6 milliseconds