Searched refs:EDGE_ABNORMAL (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dtree-cfgcleanup.c220 /* Turn off the EDGE_ABNORMAL flag. */
221 e->flags &= ~EDGE_ABNORMAL;
276 || (single_succ_edge (bb)->flags & EDGE_ABNORMAL))
344 if (e->flags & EDGE_ABNORMAL)
444 if (e->flags & EDGE_ABNORMAL)
H A Dgraph.c333 (e->flags & EDGE_ABNORMAL ? 2 : 0));
342 (e->flags & EDGE_ABNORMAL ? 2 : 0));
H A Dcfgbuild.c217 EDGE_ABNORMAL | EDGE_EH | is_call);
348 make_label_edge (edge_cache, bb, XEXP (x, 0), EDGE_ABNORMAL);
369 EDGE_SIBCALL | EDGE_ABNORMAL);
396 EDGE_ABNORMAL | EDGE_ABNORMAL_CALL);
627 else if (!(e->flags & (EDGE_ABNORMAL | EDGE_EH)))
H A Dprofile.c151 gcc_assert (!(e->flags & EDGE_ABNORMAL));
811 if ((e->flags & (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL))
819 if ((e->flags & (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL))
856 if ((e->flags & (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL))
1124 if (((e->flags & (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_FAKE))
H A Dtree-optimize.c250 if (e->flags & EDGE_ABNORMAL)
H A Dtree-phinodes.c388 if (e->flags & EDGE_ABNORMAL)
H A Dcfgrtl.c1038 if (e->flags & EDGE_ABNORMAL)
1270 gcc_assert (!(edge_in->flags & EDGE_ABNORMAL));
1343 gcc_assert (!((e->flags & EDGE_ABNORMAL) && EDGE_CRITICAL_P (e)));
1412 else if ((e->flags & EDGE_ABNORMAL) == 0
1873 else if (e->flags & EDGE_ABNORMAL)
2215 e->flags &= ~EDGE_ABNORMAL;
2242 this instruction and rematerialize the EDGE_ABNORMAL
2245 e->flags |= EDGE_ABNORMAL;
2295 == (EDGE_SIBCALL | EDGE_ABNORMAL));
2967 || single_succ_edge (bb)->flags & EDGE_ABNORMAL)))
[all...]
H A Dtree-cfg.c870 make_edge (bb, target_bb, EDGE_ABNORMAL);
1196 if (single_succ_edge (a)->flags & EDGE_ABNORMAL)
1272 if (e->flags & EDGE_ABNORMAL)
3031 if ((e->flags & EDGE_ABNORMAL) == 0
3192 gcc_assert (!(edge_in->flags & EDGE_ABNORMAL));
3823 || (true_edge->flags & (EDGE_FALLTHRU | EDGE_ABNORMAL))
3824 || (false_edge->flags & (EDGE_FALLTHRU | EDGE_ABNORMAL))
3863 || !(e->flags & EDGE_ABNORMAL))
3875 & (EDGE_FALLTHRU | EDGE_ABNORMAL
3946 if ((e->flags & (EDGE_FALLTHRU | EDGE_ABNORMAL
[all...]
H A Dtree-ssa-phiopt.c176 if ((e1->flags & EDGE_ABNORMAL) != 0
177 || (e2->flags & EDGE_ABNORMAL) != 0)
H A Dtree-ssa-propagate.c443 if (e->flags & EDGE_ABNORMAL)
1014 && PHI_ARG_EDGE (phi, i)->flags & EDGE_ABNORMAL)
H A Dcfgexpand.c1232 if (!(e->flags & (EDGE_ABNORMAL | EDGE_EH)))
1270 e = make_edge (bb, EXIT_BLOCK_PTR, EDGE_ABNORMAL | EDGE_SIBCALL);
1343 if (e->flags & EDGE_ABNORMAL)
1498 if (!(e->flags & EDGE_ABNORMAL))
H A Dtree-ssa-sink.c436 if (e->flags & EDGE_ABNORMAL)
H A Dcfgloop.c481 if (e->flags & EDGE_ABNORMAL)
641 if (e->flags & EDGE_ABNORMAL)
650 gcc_assert (!(e->flags & EDGE_ABNORMAL));
H A Dtree-ssa-dom.c592 && (single_succ_edge (bb)->flags & EDGE_ABNORMAL) == 0
602 && (EDGE_SUCC (bb, 0)->flags & EDGE_ABNORMAL) == 0
603 && (EDGE_SUCC (bb, 1)->flags & EDGE_ABNORMAL) == 0)
1231 if (e->flags & EDGE_ABNORMAL)
2323 te->flags &= ~EDGE_ABNORMAL;
H A Dtree-outof-ssa.c504 if (e->flags & EDGE_ABNORMAL)
593 if (e->dest != EXIT_BLOCK_PTR && e->flags & EDGE_ABNORMAL)
2103 if (e->flags & EDGE_ABNORMAL)
2122 gcc_assert (!(e->flags & EDGE_ABNORMAL));
H A Dtree-ssa-threadupdate.c643 &= ~(EDGE_TRUE_VALUE | EDGE_FALSE_VALUE | EDGE_ABNORMAL);
H A Dbasic-block.h151 #define EDGE_ABNORMAL 2 /* Strange flow, like computed macro
174 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH)
H A Drtl-factoring.c1014 make_edge (bb, BLOCK_FOR_INSN (retlabel), EDGE_ABNORMAL);
1093 BLOCK_FOR_INSN (retlabel), EDGE_ABNORMAL); local
H A Dtree-into-ssa.c1643 if (e->flags & EDGE_ABNORMAL)
1897 if (e->flags & EDGE_ABNORMAL)
2582 if (e->flags & EDGE_ABNORMAL)
H A Dmode-switching.c618 gcc_assert (! (eg->flags & EDGE_ABNORMAL));
H A Dtree-ssa-dce.c195 if (e->flags & EDGE_ABNORMAL)
H A Dgcse.c3862 if (e->flags & EDGE_ABNORMAL)
4025 || single_succ_edge (bb)->flags & EDGE_ABNORMAL)))
4067 || single_succ_edge (bb)->flags & EDGE_ABNORMAL))
4179 if (eg->flags & EDGE_ABNORMAL)
6227 gcc_assert (!(e->flags & EDGE_ABNORMAL));
6497 && (INDEX_EDGE (edge_list, x)->flags & EDGE_ABNORMAL))
H A Dcfglayout.c1187 if ((e->flags & EDGE_ABNORMAL)
H A Dpostreload-gcse.c929 if ((pred->flags & EDGE_ABNORMAL) && EDGE_CRITICAL_P (pred))
H A Dtree-if-conv.c474 (EDGE_ABNORMAL_CALL | EDGE_EH | EDGE_ABNORMAL | EDGE_IRREDUCIBLE_LOOP))

Completed in 332 milliseconds

12