Searched refs:loop_instr_count (Results 1 – 1 of 1) sorted by relevance
55 unsigned loop_instr_count; member102 unsigned loop_instr_count = 0; in get_loop_instr_count() local108 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() argument143 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()