Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_gcm.c96 get_loop_instr_count(struct exec_list *cf_list) in get_loop_instr_count() function
110 loop_instr_count += get_loop_instr_count(&if_stmt->then_list); in get_loop_instr_count()
111 loop_instr_count += get_loop_instr_count(&if_stmt->else_list); in get_loop_instr_count()
117 loop_instr_count += get_loop_instr_count(&loop->body); in get_loop_instr_count()
156 get_loop_instr_count(&loop->body)); in gcm_build_block_info()