Searched refs:FallThrough (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1321 MachineFunction::iterator FallThrough = MBB->getIterator(); local
1322 ++FallThrough;
1324 // Make sure MBB and FallThrough belong to the same EH scope.
1326 if (!EHScopeMembership.empty() && FallThrough != MF.end()) {
1329 auto FallThroughEHScope = EHScopeMembership.find(&*FallThrough);
1351 if (FallThrough == MF.end()) {
1353 } else if (FallThrough->isEHPad()) {
1358 } else if (MBB->isSuccessor(&*FallThrough)) {
1363 Pred->ReplaceUsesOfBlockWith(MBB, &*FallThrough);
1368 MJTI->ReplaceMBBInJumpTables(MBB, &*FallThrough);
[all...]
H A DIfConversion.cpp2220 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; local
2224 if (Succ == FallThrough)
2270 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; local
2283 if (Succ == FallThrough) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1599 MachineBasicBlock *FallThrough = MBB->getFallThrough(); local
1604 if (FallThrough != nullptr) {
1605 BuildMI(MBB, dl, TII.get(AVR::RJMPk)).addMBB(FallThrough);

Completed in 192 milliseconds