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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_cse.c42 cse_block(nir_block *block, struct set *dominance_set) function in typeref:typename:bool
56 progress |= cse_block(child, instr_set);
71 bool progress = cse_block(nir_start_block(impl), instr_set);

Completed in 2 milliseconds