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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_gcm.c97 get_loop_instr_count(struct exec_list *cf_list) function in typeref:typename:unsigned
111 loop_instr_count += get_loop_instr_count(&if_stmt->then_list);
112 loop_instr_count += get_loop_instr_count(&if_stmt->else_list);
117 loop_instr_count += get_loop_instr_count(&loop->body);
152 get_loop_instr_count(&loop->body));

Completed in 2 milliseconds