Searched refs:Fallthrough (Results 1 – 2 of 2) sorted by relevance
459 MachineFunction::iterator Fallthrough = this; in canFallThrough() local460 ++Fallthrough; in canFallThrough()462 if (Fallthrough == getParent()->end()) in canFallThrough()466 if (!isSuccessor(Fallthrough)) in canFallThrough()490 if (MachineFunction::iterator(TBB) == Fallthrough || in canFallThrough()491 MachineFunction::iterator(FBB) == Fallthrough) in canFallThrough()
474 // Fallthrough478 // Fallthrough