Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_search_helpers.h271 bool zero_if_use = list_is_empty(&instr->dest.dest.ssa.if_uses); in is_used_once() local
274 if (zero_if_use && zero_use) in is_used_once()
277 if (!zero_if_use && list_is_singular(&instr->dest.dest.ssa.uses)) in is_used_once()