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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_goto_ifs.c588 struct set *old_candidates = _mesa_pointer_set_create(mem_ctx); local in function:handle_irreducible
590 _mesa_set_add(old_candidates, candidate);
602 if (_mesa_set_search(old_candidates, remaining_block)) {
611 _mesa_set_destroy(old_candidates, NULL);
612 old_candidates = NULL;

Completed in 3 milliseconds