Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.c672 nir_instr_worklist *automaton_worklist = nir_instr_worklist_create(); in nir_algebraic_update_automaton() local
677 add_uses_to_worklist(new_instr, automaton_worklist, states, pass_op_table); in nir_algebraic_update_automaton()
680 while ((instr = nir_instr_worklist_pop_head(automaton_worklist))) { in nir_algebraic_update_automaton()
682 add_uses_to_worklist(instr, automaton_worklist, states, pass_op_table); in nir_algebraic_update_automaton()
685 nir_instr_worklist_destroy(automaton_worklist); in nir_algebraic_update_automaton()

Completed in 3 milliseconds