Home
last modified time | relevance | path

Searched refs:n_control (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dhaifa-sched.c1116 int n_control = 0; in recompute_todo_spec() local
1152 n_control++; in recompute_todo_spec()
1158 if (n_control == 1 && n_spec == 0) in recompute_todo_spec()
1228 if ((n_spec > 0 && n_control > 0) in recompute_todo_spec()
1232 || (n_control > 1)) in recompute_todo_spec()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhaifa-sched.c1205 int n_control = 0; in recompute_todo_spec() local
1250 n_control++; in recompute_todo_spec()
1266 if (n_replace > 0 && n_control == 0 && n_spec == 0) in recompute_todo_spec()
1286 else if (n_control == 1 && n_replace == 0 && n_spec == 0) in recompute_todo_spec()
1357 if ((n_spec > 0 && (n_control > 0 || n_replace > 0)) in recompute_todo_spec()
1361 || n_control > 0 in recompute_todo_spec()