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

/freebsd-10.0-release/contrib/gcc/
H A Dsched-rgn.c557 #define EDGE_PASSED(E) (ei_end_p ((E)) || ei_edge ((E))->aux)
567 if (EDGE_PASSED (current_edge))
572 while (sp >= 0 && EDGE_PASSED (current_edge))
587 if (sp < 0 && EDGE_PASSED (current_edge))
640 /* Reset ->aux field used by EDGE_PASSED. */
556 #define EDGE_PASSED macro

Completed in 70 milliseconds