Searched refs:BB_VISITED (Results 1 – 3 of 3) sorted by relevance
1152 bb->flags |= BB_VISITED;1160 if (!(e->src->flags & BB_VISITED) && predicate (e->src, data))1165 e->src->flags |= BB_VISITED;1171 if (!(e->dest->flags & BB_VISITED) && predicate (e->dest, data))1176 e->dest->flags |= BB_VISITED;1182 rslt[sp]->flags &= ~BB_VISITED;
238 #define BB_VISITED 8 macro
4327 (BB_VISITED): New flag.