Searched refs:EDGE_COMPLEX (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtracer.c169 if (seen (bb2) || (e->flags & (EDGE_DFS_BACK | EDGE_COMPLEX))
184 if (seen (bb) || (e->flags & (EDGE_DFS_BACK | EDGE_COMPLEX))
H A Dbb-reorder.c317 && !(e->flags & EDGE_COMPLEX))
530 if (!(e->flags & EDGE_CAN_FALLTHRU) || (e->flags & EDGE_COMPLEX)
589 || (e->flags & EDGE_COMPLEX)
689 && !(e->flags & EDGE_COMPLEX)
696 && !(single_succ_edge (e->dest)->flags & EDGE_COMPLEX)
967 && !(e->flags & EDGE_COMPLEX)
1013 && !(e->flags & EDGE_COMPLEX)
1049 && !(e->flags & EDGE_COMPLEX)
1074 && !(e2->flags & EDGE_COMPLEX)
2046 if (all_flags & EDGE_COMPLEX)
[all...]
H A Dcfgcleanup.c444 if (e->flags & EDGE_COMPLEX)
1315 && (single_succ_edge (bb1)->flags & (EDGE_COMPLEX | EDGE_FAKE)) == 0
1319 & (EDGE_COMPLEX | EDGE_FAKE)) == 0
2019 && !(single_pred_edge (b)->flags & EDGE_COMPLEX)
2075 && !(s->flags & EDGE_COMPLEX)
H A Difcvt.c2817 if ((then_edge->flags & EDGE_COMPLEX)
2818 || (else_edge->flags & EDGE_COMPLEX))
2898 if (cur_edge->flags & EDGE_COMPLEX)
3025 if (cur_edge->flags & EDGE_COMPLEX)
3031 if (cur_edge->flags & EDGE_COMPLEX)
3038 || (single_succ_edge (then_bb)->flags & EDGE_COMPLEX)
3085 && ! (single_succ_edge (else_bb)->flags & EDGE_COMPLEX)
3387 if (single_succ_edge (then_bb)->flags & (EDGE_COMPLEX | EDGE_FALLTHRU))
3495 if (else_succ->flags & EDGE_COMPLEX)
H A Dsched-ebb.c147 gcc_assert (!e || !(e->flags & EDGE_COMPLEX));
H A Dprofile.c563 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE)))
568 if (!(e->flags & (EDGE_COMPLEX | EDGE_FAKE)))
H A Dcfghooks.c662 if (! (s->flags & EDGE_COMPLEX)
H A Dcfgrtl.c663 && !(single_succ_edge (a)->flags & EDGE_COMPLEX)
2307 if (! (e->flags & (EDGE_COMPLEX | EDGE_FALLTHRU)))
2397 && (e->flags & EDGE_FALLTHRU) && !(e->flags & EDGE_COMPLEX))
2575 && !(single_succ_edge (a)->flags & EDGE_COMPLEX)
H A Dmode-switching.c467 if (e->flags & EDGE_COMPLEX)
H A Dtree-stdarg.c80 if (e->flags & EDGE_COMPLEX)
H A Dbasic-block.h174 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH) macro
H A Dbt-load.c1348 if (e->flags & EDGE_COMPLEX)
H A Dloop-unroll.c1729 && !(edges[0]->flags & EDGE_COMPLEX))
H A Dtree-cfg.c1407 if (e0->flags & EDGE_COMPLEX)
1409 if (e1->flags & EDGE_COMPLEX)
H A Dgcse.c3563 if (e->flags & EDGE_COMPLEX)
H A Dhaifa-sched.c4685 || has_edge_p (bb->succs, EDGE_COMPLEX));
H A Dtree-vrp.c5322 if (e->flags & (EDGE_DFS_BACK | EDGE_COMPLEX))
H A Dcse.c7734 if (e->flags & EDGE_COMPLEX)

Completed in 397 milliseconds