Lines Matching full:fallthrough
140 /// are profitable to layout together in order to maximize fallthrough
485 /// checks if the fallthrough candidate block \p Succ (of block
860 // this point. This won't be a fallthrough, but it will increase locality.
954 /// fallthrough opportunities.
974 // fallthrough opportunites unless it selects such an exit. Keep a set of
1065 /// with fallthrough out of the loop if doing so doesn't introduce unnecessary
1066 /// branches. For example, if the loop has fallthrough into its header and out
1085 // If the header has viable fallthrough, check whether the current loop
1358 // where this can occur. For example, with an unanalyzable fallthrough
1417 // the exact fallthrough behavior for.
1427 // fallthrough is a possibility.
1428 assert(NextFI != FE && "Can't fallthrough past the last block.");
1429 DEBUG(dbgs() << "Pre-merging due to unanalyzable fallthrough: "
1548 // a fallthrough when it occurs after predicated terminators.
1763 // Skip if this successor is a fallthrough.