Searched refs:nir_foreach_instr_in_worklist (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/nir/ | ||
D | nir_worklist.h | 157 #define nir_foreach_instr_in_worklist(instr, wl) \ macro |
D | nir_opt_dce.c | 132 nir_foreach_instr_in_worklist(instr, worklist) in nir_opt_dce_impl() |