Searched refs:pss_not_empty (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c1374 int pss_not_empty;
1380 pss_not_empty = sbitmap_a_and_b_cg (pss, u_node_succs, sched_nodes);
1382 if (psp_not_empty && !pss_not_empty)
1406 else if (!psp_not_empty && pss_not_empty)
1428 else if (psp_not_empty && pss_not_empty)
1371 int pss_not_empty; local

Completed in 105 milliseconds