Searched refs:dispatch_window_list (Results 1 – 3 of 3) sorted by relevance
154 static dispatch_windows *dispatch_window_list; variable198 if (dispatch_window_list->next) in dispatch_violation()199 return dispatch_window_list->next->violation; in dispatch_violation()200 return dispatch_window_list->violation; in dispatch_violation()229 new_list = dispatch_window_list; in init_window()278 dispatch_window_list = allocate_window (); in init_dispatch_sched()299 gcc_assert (dispatch_window_list->num_insn <= MAX_INSN); in process_end_window()300 if (dispatch_window_list->next) in process_end_window()303 gcc_assert (dispatch_window_list->window_size in process_end_window()320 if (dispatch_window_list->next) in allocate_next_window()[all …]
14603 (dispatch_window_list): New.