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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c37 #define LOOP_UNROLL_LIMIT 26 macro
773 li->instr_cost * trip_count <= max_iter * LOOP_UNROLL_LIMIT;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c37 #define LOOP_UNROLL_LIMIT 26 macro
849 unsigned cost_limit = max_iter * LOOP_UNROLL_LIMIT;

Completed in 7 milliseconds