Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhaifa-sched.cc2931 ready->n_debug++; in ready_add()
2955 ready->n_debug--; in ready_remove_first()
2998 ready->n_debug--; in ready_remove()
3079 int n_ready_real = ready->n_ready - ready->n_debug; in ready_sort_real()
3108 if (ready->n_debug > 0) in ready_sort()
4354 save->ready.n_debug = ready.n_debug; in save_backtrack_point()
5160 && (ready->n_ready - ready->n_debug > param_max_sched_ready_insns in queue_to_ready()
6534 ready.n_debug = 0; in schedule_block()
6573 && ready.n_ready - ready.n_debug > param_max_sched_ready_insns) in schedule_block()
6580 for (i = param_max_sched_ready_insns + ready.n_debug; i < ready.n_ready; in schedule_block()
[all …]
Dsched-int.h165 int n_debug; member
DChangeLog-200911293 * haifa-sched.c (ready): Initialize n_debug.
11700 * sched-int.h (struct ready_list): Add n_debug.