Searched refs:Fallthrough (Results 1 – 2 of 2) sorted by relevance
626 MachineFunction::iterator Fallthrough = this; in canFallThrough() local627 ++Fallthrough; in canFallThrough()629 if (Fallthrough == getParent()->end()) in canFallThrough()633 if (!isSuccessor(Fallthrough)) in canFallThrough()654 if (MachineFunction::iterator(TBB) == Fallthrough || in canFallThrough()655 MachineFunction::iterator(FBB) == Fallthrough) in canFallThrough()
264 Fallthrough from one case to the next is commented unless it is trivial: