Lines Matching full:normalentry
663 llvm::BasicBlock *normalEntry = Scope.getNormalBlock();
664 assert(normalEntry && !normalEntry->use_empty());
667 normalEntry, prebranchDest);
711 llvm::BasicBlock *NormalEntry = CreateNormalEntry(*this, Scope);
733 EmitBlock(NormalEntry);
815 ResolveAllBranchFixups(*this, Switch, NormalEntry);
842 NormalEntry);
877 // Check whether we can merge NormalEntry into a single predecessor.
878 // This might invalidate (non-IR) pointers to NormalEntry.
880 SimplifyCleanupEntry(*this, NormalEntry);
882 // If it did invalidate those pointers, and NormalEntry was the same
884 if (NewNormalEntry != NormalEntry && NormalEntry == NormalExit)