Searched defs:FallThrough (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1071 MachineFunction::iterator FallThrough = MBB; local
1072 ++FallThrough;
1082 if (FallThrough == MF.end()) {
1089 Pred->ReplaceUsesOfBlockWith(MBB, FallThrough);
1094 MJTI->ReplaceMBBInJumpTables(MBB, FallThrough);
1207 MachineFunction::iterator(PriorTBB) == FallThrough &&
1216 if (FallThrough == --MF.end() &&
1439 if (FallThrough != MF.end() &&
1441 PrevBB.isSuccessor(FallThrough)) {
H A DIfConversion.cpp1612 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; local
1617 if (Succ == FallThrough)
1648 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; local
1653 if (Succ == FallThrough)

Completed in 3732 milliseconds