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

/haiku-buildtools/gcc/gcc/
H A Dsched-rgn.c681 #define EDGE_PASSED(E) (ei_end_p ((E)) || ei_edge ((E))->aux)
691 if (EDGE_PASSED (current_edge))
696 while (sp >= 0 && EDGE_PASSED (current_edge))
711 if (sp < 0 && EDGE_PASSED (current_edge))
764 /* Reset ->aux field used by EDGE_PASSED. */
680 #define EDGE_PASSED macro

Completed in 45 milliseconds