Lines Matching full:fallthrough
412 // fallthrough can propagate through.
458 /// Attempts to reduce a cleanup's entry block to a fallthrough. This
617 // - whether there's a fallthrough
629 // fallthrough implies that the fallthrough source unconditionally
642 // If we have a prebranched fallthrough into an inactive normal
697 // If we have a fallthrough and no other need for the cleanup,
713 // I. Set up the fallthrough edge in.
717 // If there's a fallthrough, we need to store the cleanup
723 // Otherwise, save and clear the IP if we don't have fallthrough
726 assert(!IsActive && "source without fallthrough for active cleanup");
731 // we have fallthrough. All the fixups and existing branches
800 // Branch-after fallthrough.
847 // V. Set up the fallthrough edge out.
849 // Case 1: a fallthrough source exists but doesn't branch to the
852 // Prebranched fallthrough was forwarded earlier.
853 // Non-prebranched fallthrough doesn't need to be forwarded.
858 // Case 2: a fallthrough source exists and should branch to the
865 // Case 3: a fallthrough source exists and should branch to the
870 // Case 4: no fallthrough source exists.
1173 // fallthrough is unreachable.