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

/freebsd-9.3-release/contrib/gcc/
H A Dcfgloop.c1162 e->flags |= EDGE_ALL_FLAGS + 1;
1188 && !(e->flags & (EDGE_ALL_FLAGS + 1)))
1195 && (e->flags & (EDGE_ALL_FLAGS + 1)))
1201 e->flags &= ~(EDGE_ALL_FLAGS + 1);
H A Dbasic-block.h172 #define EDGE_ALL_FLAGS 16383 macro

Completed in 105 milliseconds