Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c288 static char *ready_try; variable
1842 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 …]
H A DChangeLog3831 ready_try.
H A DChangeLog.612676 (curr_state, dfa_state_size, ready_try): New varaibles for
H A DChangeLog.79529 (curr_state, dfa_state_size, ready_try): New varaibles for
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c307 static char *ready_try; variable
2091 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 …]