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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c833 unsigned num_lt = list_length(&loop->info->loop_terminator_list); local in function:process_loops
834 if (!has_nested_loop && num_lt == 1 && !loop->partially_unrolled &&
853 unsigned num_lt = list_length(&loop->info->loop_terminator_list); local in function:process_loops
854 if (num_lt == 2 &&
881 if (num_lt == 1) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c970 unsigned num_lt = list_length(&loop->info->loop_terminator_list); local in function:process_loops
971 if (!has_nested_loop && num_lt == 1 && !loop->partially_unrolled &&
1010 unsigned num_lt = list_length(&loop->info->loop_terminator_list); local in function:process_loops
1011 if (num_lt == 2 &&
1038 if (num_lt == 1) {

Completed in 4 milliseconds