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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-phiopt.c260 #define VISITED_P(BB) (TEST_BIT (visited, (BB)->index)) macro
267 if (VISITED_P (x))
274 single_pred_p (y) && !VISITED_P (single_pred (y));
278 single_pred_p (y) && !VISITED_P (single_pred (y));
296 #undef VISITED_P macro
H A Dcfganal.c956 #define VISITED_P(BB) (TEST_BIT (visited, (BB)->index))
991 if (!VISITED_P (e->src) && predicate (e->src, data))
1001 if (!VISITED_P (e->dest) && predicate (e->dest, data))
1015 #undef VISITED_P
951 #define VISITED_P macro
1010 #undef VISITED_P macro

Completed in 92 milliseconds