Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched-bd.cc154 static dispatch_windows *dispatch_window_list; variable
198 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched-bd.c154 static dispatch_windows *dispatch_window_list; variable
198 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201014603 (dispatch_window_list): New.