Searched refs:ready_try (Results 1 – 5 of 5) sorted by relevance
288 static char *ready_try; variable1842 if (!ready_try [i])1852 if (best < top - choice_stack && ready_try [0])1860 ready_try [i] = 0;1864 else if (!ready_try [i])1885 ready_try [i] = 1;1893 ready_try [top->index] = 0;1933 ready_try [i] = INSN_CODE (insn) < 0;2016 ready_try = (char *) xmalloc ((rgn_n_insns + 1) * sizeof (char));2017 memset (ready_try, 0, (rgn_n_insns + 1) * sizeof (char));[all …]
3831 ready_try.
12676 (curr_state, dfa_state_size, ready_try): New varaibles for
9529 (curr_state, dfa_state_size, ready_try): New varaibles for
307 static char *ready_try; variable2091 if (!ready_try [i]) in max_issue()2101 if (best < top - choice_stack && ready_try [0]) in max_issue()2110 ready_try [i] = 0; in max_issue()2114 else if (!ready_try [i]) in max_issue()2135 ready_try [i] = 1; in max_issue()2143 ready_try [top->index] = 0; in max_issue()2237 ready_try [i] in choose_ready()2245 if (!ready_try [i] && more_issue-- > 0) in choose_ready()2295 ready_try = NULL; in schedule_block()[all …]