Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_gcm.c55 unsigned loop_instr_count; member
102 unsigned loop_instr_count = 0; in get_loop_instr_count() local
108 loop_instr_count++; in get_loop_instr_count()
114 loop_instr_count += get_loop_instr_count(&if_stmt->then_list); in get_loop_instr_count()
115 loop_instr_count += get_loop_instr_count(&if_stmt->else_list); in get_loop_instr_count()
120 loop_instr_count += get_loop_instr_count(&loop->body); in get_loop_instr_count()
128 return loop_instr_count; in get_loop_instr_count()
135 unsigned loop_instr_count) in gcm_build_block_info() argument
143 state->blocks[block->index].loop_instr_count = loop_instr_count; in gcm_build_block_info()
531 if (state->blocks[instr->block->index].loop_instr_count < MAX_LOOP_INSTRUCTIONS) in set_block_for_loop_instr()