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

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

Completed in 59 milliseconds