Searched refs:Fallthrough (Results 1 – 2 of 2) sorted by relevance
556 MachineFunction::iterator Fallthrough = this; in canFallThrough() local557 ++Fallthrough; in canFallThrough()559 if (Fallthrough == getParent()->end()) in canFallThrough()563 if (!isSuccessor(Fallthrough)) in canFallThrough()584 if (MachineFunction::iterator(TBB) == Fallthrough || in canFallThrough()585 MachineFunction::iterator(FBB) == Fallthrough) in canFallThrough()
474 // Fallthrough478 // Fallthrough