Searched refs:EDGE_FAKE (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c31 EDGE_FAKE edges to the EXIT_BLOCK, from the sources of abnormal
540 if (!(e->flags & (EDGE_FAKE | EDGE_FALLTHRU)))
563 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE)))
568 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE)))
831 make_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE);
838 make_edge (ENTRY_BLOCK_PTR, bb, EDGE_FAKE);
879 else if (e->flags & EDGE_FAKE)
942 if (e->flags & EDGE_FAKE)
1124 if (((e->flags & (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_FAKE))
H A Dcfganal.c571 if ((e->flags & EDGE_FAKE) == EDGE_FAKE)
611 make_single_succ_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE);
644 make_edge (unvisited_block, EXIT_BLOCK_PTR, EDGE_FAKE);
H A Dpredict.c391 if (!(e->flags & (EDGE_EH | EDGE_FAKE)))
394 if (!(e->flags & (EDGE_EH | EDGE_FAKE)))
534 if (!(e->flags & (EDGE_EH | EDGE_FAKE)))
H A Dcfgcleanup.c1315 && (single_succ_edge (bb1)->flags & (EDGE_COMPLEX | EDGE_FAKE)) == 0
1319 & (EDGE_COMPLEX | EDGE_FAKE)) == 0
H A Dbasic-block.h156 #define EDGE_FAKE 16 /* Not a real edge (profile.c) */ macro
H A Dcfgrtl.c2321 if (!(e->flags & (EDGE_FALLTHRU | EDGE_FAKE)))
2867 make_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE);
H A Dtree-cfg.c2407 if (e->flags & EDGE_FAKE)
2454 if (e->flags & EDGE_FAKE)
5395 make_edge (bb, EXIT_BLOCK_PTR, EDGE_FAKE);
H A Dbb-reorder.c500 gcc_assert (!(e->flags & EDGE_FAKE));
H A Ddf-problems.c2023 if (e->flags & EDGE_FAKE)
2627 if (e->flags & EDGE_FAKE)
H A Dgcse.c6192 if (e->flags & EDGE_FAKE)
6203 if (!(tmp->flags & EDGE_FAKE))
H A Dflow.c1425 gcc_assert ((e->flags & EDGE_FAKE) == 0);
H A Dfunction.c5141 if ((e->flags & EDGE_FAKE) == 0)
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c2937 if ((e->flags & EDGE_FAKE) == 0

Completed in 244 milliseconds