Home
last modified time | relevance | path

Searched refs:EDGE_ALL_FLAGS (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgloop.c1412 e->flags |= EDGE_ALL_FLAGS + 1; in verify_loop_structure()
1438 && !(e->flags & (EDGE_ALL_FLAGS + 1))) in verify_loop_structure()
1445 && (e->flags & (EDGE_ALL_FLAGS + 1))) in verify_loop_structure()
1451 e->flags &= ~(EDGE_ALL_FLAGS + 1); in verify_loop_structure()
H A Dbasic-block.h92 #define EDGE_ALL_FLAGS 0x7fff macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgloop.c1553 e->flags |= EDGE_ALL_FLAGS + 1; in verify_loop_structure()
1579 && !(e->flags & (EDGE_ALL_FLAGS + 1))) in verify_loop_structure()
1586 && (e->flags & (EDGE_ALL_FLAGS + 1))) in verify_loop_structure()
1592 e->flags &= ~(EDGE_ALL_FLAGS + 1); in verify_loop_structure()
H A Dbasic-block.h63 #define EDGE_ALL_FLAGS ((LAST_CFG_EDGE_FLAG - 1) * 2 - 1) macro
H A Dcfg.c527 gcc_assert (e->flags <= EDGE_ALL_FLAGS); in dump_edge_info()