Lines Matching refs:FallThrough
856 // fallthrough to QBB
916 if (IBB != PredNextBB) // fallthrough
1021 // into a fallthrough to the return.
1063 MachineFunction::iterator FallThrough = MBB;
1064 ++FallThrough;
1074 if (FallThrough == MF.end()) {
1077 // Rewrite all predecessors of the old block to go to the fallthrough
1081 Pred->ReplaceUsesOfBlockWith(MBB, FallThrough);
1084 // fallthrough instead.
1086 MJTI->ReplaceMBBInJumpTables(MBB, FallThrough);
1199 MachineFunction::iterator(PriorTBB) == FallThrough &&
1208 if (FallThrough == --MF.end() &&
1217 << "To make fallthrough to: " << *PriorTBB << "\n");
1415 // fallthrough to happen.
1430 if (FallThrough != MF.end() &&
1432 PrevBB.isSuccessor(FallThrough)) {
1459 /// findFalseBlock - BB has a fallthrough. Find its 'false' successor given