Searched defs:NormalEntry (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp688 llvm::BasicBlock *NormalEntry = CreateNormalEntry(*this, Scope); local
710 EmitBlock(NormalEntry);
783 ResolveAllBranchFixups(*this, Switch, NormalEntry);
810 Fixup.InitialBranch->setSuccessor(0, NormalEntry);
845 // Check whether we can merge NormalEntry into a single predecessor.
846 // This might invalidate (non-IR) pointers to NormalEntry.
848 SimplifyCleanupEntry(*this, NormalEntry);
850 // If it did invalidate those pointers, and NormalEntry was the same
852 if (NewNormalEntry != NormalEntry && NormalEntry
[all...]

Completed in 312 milliseconds