Searched refs:NormalExit (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp858 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock(); local
860 NormalExit->getInstList().push_back(InstsToAppend[I]);
873 Fixup.OptimisticBranchBlock = NormalExit;
912 // as NormalExit, go back and patch up the fixups.
913 if (NewNormalEntry != NormalEntry && NormalEntry == NormalExit)

Completed in 161 milliseconds