Searched refs:loop_instr_count (Results 1 – 1 of 1) sorted by relevance
51 unsigned loop_instr_count; member98 unsigned loop_instr_count = 0; in get_loop_instr_count() local104 loop_instr_count++; in get_loop_instr_count()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()125 return loop_instr_count; in get_loop_instr_count()132 unsigned loop_instr_count) in gcm_build_block_info() argument140 state->blocks[block->index].loop_instr_count = loop_instr_count; in gcm_build_block_info()518 if (state->blocks[instr->block->index].loop_instr_count < MAX_LOOP_INSTRUCTIONS) in set_block_for_loop_instr()