Searched refs:EDGE_ABNORMAL_CALL (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dprofile.c811 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 Dcfgbuild.c210 int is_call = CALL_P (insn) ? EDGE_ABNORMAL_CALL : 0;
396 EDGE_ABNORMAL | EDGE_ABNORMAL_CALL);
H A Dbasic-block.h153 #define EDGE_ABNORMAL_CALL 4 /* Call with abnormal exit macro
174 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH)
H A Dcfgrtl.c977 if (e->flags & (EDGE_ABNORMAL_CALL | EDGE_EH))
1868 if (e->flags & EDGE_ABNORMAL_CALL)
2159 && (! (e->flags & EDGE_ABNORMAL_CALL)
2166 else if (e->flags & EDGE_ABNORMAL_CALL)
2383 if (e->flags & (EDGE_ABNORMAL_CALL | EDGE_EH))
H A Dtree-if-conv.c474 (EDGE_ABNORMAL_CALL | EDGE_EH | EDGE_ABNORMAL | EDGE_IRREDUCIBLE_LOOP))
H A Drecog.c3211 if (eh_edge->flags & (EDGE_EH | EDGE_ABNORMAL_CALL))
3235 flags |= EDGE_ABNORMAL_CALL;
H A Dregrename.c1838 && ! (single_pred_edge (bb)->flags & (EDGE_ABNORMAL_CALL | EDGE_EH)))
H A Dreg-stack.c2715 if (e->flags & EDGE_ABNORMAL_CALL)
H A Dreload1.c8406 if (e->flags & EDGE_ABNORMAL_CALL)

Completed in 96 milliseconds