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

/haiku-buildtools/gcc/gcc/
H A Dcfganal.c1162 #define VISITED_P(BB) (bitmap_bit_p (visited, (BB)->index))
1197 if (!VISITED_P (e->src) && predicate (e->src, data))
1207 if (!VISITED_P (e->dest) && predicate (e->dest, data))
1221 #undef VISITED_P
1530 #define VISITED_P(BB) (bitmap_bit_p (visited, (BB)->index))
1537 if (VISITED_P (x))
1544 single_pred_p (y) && !VISITED_P (single_pred (y));
1548 single_pred_p (y) && !VISITED_P (single_pred (y));
1566 #undef VISITED_P
1158 #define VISITED_P macro
1217 #undef VISITED_P macro
1526 #define VISITED_P macro
1562 #undef VISITED_P macro

Completed in 39 milliseconds