Searched refs:fall_thru (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dbb-reorder.c1340 edge fall_thru;
1351 fall_thru = NULL;
1367 fall_thru = succ1;
1373 fall_thru = succ2;
1377 if (fall_thru && (fall_thru->dest != EXIT_BLOCK_PTR))
1381 if (fall_thru->flags & EDGE_CROSSING)
1383 /* The fall_thru edge crosses; now check the cond jump edge, if
1406 /* Find label in fall_thru block. We've already added
1409 fall_thru_label = block_label (fall_thru
1339 edge fall_thru; local
[all...]

Completed in 108 milliseconds