Home
last modified time | relevance | path

Searched refs:choice_stack (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c1791 static struct choice_entry *choice_stack; variable
1836 memcpy (choice_stack->state, curr_state, dfa_state_size);
1837 top = choice_stack;
1850 if (top == choice_stack)
1852 if (best < top - choice_stack && ready_try [0])
1854 best = top - choice_stack;
1855 *index = choice_stack [1].index;
1891 while (top != choice_stack)
1896 memcpy (curr_state, choice_stack->state, dfa_state_size);
2018 choice_stack
[all …]
H A DChangeLog3827 (choice_stack, cycle_issued_insns, max_lookahead_tries,
3832 (schedule_block): Allocate/deallocate choice_stack. Change
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c2040 static struct choice_entry *choice_stack; variable
2085 memcpy (choice_stack->state, curr_state, dfa_state_size); in max_issue()
2086 top = choice_stack; in max_issue()
2099 if (top == choice_stack) in max_issue()
2101 if (best < top - choice_stack && ready_try [0]) in max_issue()
2103 best = top - choice_stack; in max_issue()
2104 *index = choice_stack [1].index; in max_issue()
2141 while (top != choice_stack) in max_issue()
2146 memcpy (curr_state, choice_stack->state, dfa_state_size); in max_issue()
2296 choice_stack = NULL; in schedule_block()
[all …]