Lines Matching defs:Fallthrough
978 MachineFunction::iterator Fallthrough = getIterator();
979 ++Fallthrough;
981 if (Fallthrough == getParent()->end())
985 if (!isSuccessor(&*Fallthrough))
999 ? &*Fallthrough
1004 if (!TBB) return &*Fallthrough;
1008 if (JumpToFallThrough && (MachineFunction::iterator(TBB) == Fallthrough ||
1009 MachineFunction::iterator(FBB) == Fallthrough))
1010 return &*Fallthrough;
1018 return (FBB == nullptr) ? &*Fallthrough : nullptr;