Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_search.c667 nir_instr_worklist *automaton_worklist = nir_instr_worklist_create(); in nir_algebraic_update_automaton() local
672 add_uses_to_worklist(new_instr, automaton_worklist); in nir_algebraic_update_automaton()
675 while ((instr = nir_instr_worklist_pop_head(automaton_worklist))) { in nir_algebraic_update_automaton()
679 add_uses_to_worklist(instr, automaton_worklist); in nir_algebraic_update_automaton()
683 nir_instr_worklist_destroy(automaton_worklist); in nir_algebraic_update_automaton()