Lines Matching defs:EDGE_FAKE
29 EDGE_FAKE edges to the EXIT_BLOCK, from the sources of abnormal
240 && (!(e->flags & EDGE_FAKE)
690 if (!(e->flags & (EDGE_FAKE | EDGE_FALLTHRU)))
713 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE)))
718 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE)))
1264 make_edge (bb, EXIT_BLOCK_PTR_FOR_FN (cfun), EDGE_FAKE);
1271 make_edge (ENTRY_BLOCK_PTR_FOR_FN (cfun), bb, EDGE_FAKE);
1353 else if (e->flags & EDGE_FAKE)
1429 if (e->flags & EDGE_FAKE)
1625 if (((e->flags & (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_FAKE))