reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/BranchFolding.cpp
 1396   ++FallThrough;
 1400   if (!EHScopeMembership.empty() && FallThrough != MF.end()) {
 1403     auto FallThroughEHScope = EHScopeMembership.find(&*FallThrough);
 1418     if (FallThrough == MF.end()) {
 1420     } else if (FallThrough->isEHPad()) {
 1425     } else if (MBB->isSuccessor(&*FallThrough)) {
 1430         Pred->ReplaceUsesOfBlockWith(MBB, &*FallThrough);
 1435         MJTI->ReplaceMBBInJumpTables(MBB, &*FallThrough);
 1548         MachineFunction::iterator(PriorTBB) == FallThrough &&
 1557       if (FallThrough == --MF.end() &&
 1813       if (FallThrough != MF.end() &&
 1814           !FallThrough->isEHPad() &&
 1816           PrevBB.isSuccessor(&*FallThrough)) {