Home | History | Annotate | Download | only in gcc

Lines Matching refs:EDGE_FALLTHRU

183   cbranch_jump_edge->flags |= EDGE_FALLTHRU;
184 cbranch_fallthru_edge->flags &= ~EDGE_FALLTHRU;
292 if (((e->flags & EDGE_FALLTHRU) != 0)
748 if (e->flags & EDGE_FALLTHRU)
1845 if (e1->flags & EDGE_FALLTHRU)
1847 if (e2->flags & EDGE_FALLTHRU)
2708 if ((e->flags & EDGE_FALLTHRU))
2725 if ((e->flags & EDGE_FALLTHRU))
2738 && (single_pred_edge (b)->flags & EDGE_FALLTHRU)
2762 && (single_pred_edge (b)->flags & EDGE_FALLTHRU)
2767 && (single_succ_edge (b)->flags & EDGE_FALLTHRU)