Lines Matching refs:choice_stack
2040 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()
2704 free (choice_stack [i].state); in schedule_block()
2705 free (choice_stack); in schedule_block()
3290 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in extend_ready()
3294 choice_stack[i].state = xmalloc (dfa_state_size); in extend_ready()