Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_search_helpers.h121 bool zero_use = list_empty(&instr->dest.dest.ssa.uses); in is_used_more_than_once() local
123 if (zero_use && zero_if_use) in is_used_more_than_once()
125 else if (zero_use && list_is_singular(&instr->dest.dest.ssa.if_uses)) in is_used_more_than_once()
137 bool zero_use = list_empty(&instr->dest.dest.ssa.uses); in is_used_once() local
139 if (zero_if_use && zero_use) in is_used_once()
145 if (!zero_use && list_is_singular(&instr->dest.dest.ssa.if_uses)) in is_used_once()