Searched refs:choice_stack (Results 1 – 2 of 2) sorted by relevance
2040 static struct choice_entry *choice_stack; variable2085 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 …]
36761 (choice_stack, cycle_issued_insns): New variables.36764 (schedule_block): Allocate and free choice_stack. Set up