Searched refs:best_state (Results 1 – 1 of 1) sorted by relevance
7744 struct bundle_state *curr_state, *next_state, *best_state; in bundling() local7890 best_state = NULL; in bundling()7899 && (best_state == NULL || best_state->cost > curr_state->cost in bundling()7900 || (best_state->cost == curr_state->cost in bundling()7902 < best_state->accumulated_insns_num in bundling()7904 == best_state->accumulated_insns_num in bundling()7906 < best_state->branch_deviation))))) in bundling()7907 best_state = curr_state; in bundling()7909 insn_num = best_state->before_nops_num; in bundling()7911 for (curr_state = best_state; in bundling()