Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_search_helpers.h339 bool zero_use = list_is_empty(&instr->dest.dest.ssa.uses); in is_used_once() local
341 if (zero_if_use && zero_use) in is_used_once()
347 if (!zero_use && list_is_singular(&instr->dest.dest.ssa.if_uses)) in is_used_once()