Searched refs:ContinueBB (Results 1 – 4 of 4) sorted by relevance
358 BasicBlock *ContinueBB = Branch->getSuccessor(1); in splitOverflowIntrinsic() local359 if (std::next(pred_begin(ContinueBB)) != pred_end(ContinueBB)) in splitOverflowIntrinsic()369 if (!DT->dominates(ContinueBB, UseBB)) { in splitOverflowIntrinsic()
1125 BasicBlock *ContinueBB; in handleEndCatch() local1131 ContinueBB = SplitBlock(const_cast<BasicBlock *>(ParentBB), in handleEndCatch()1134 ContinueBB = Branch->getSuccessor(0); in handleEndCatch()1137 ReturnInst::Create(NewBB->getContext(), BlockAddress::get(ContinueBB), NewBB); in handleEndCatch()1138 ReturnTargets.push_back(ContinueBB); in handleEndCatch()
367 llvm::BasicBlock *ContinueBB = in emitAtomicCmpXchg() local372 CGF.Builder.CreateCondBr(Cmp, ContinueBB, StoreExpectedBB); in emitAtomicCmpXchg()379 CGF.Builder.CreateBr(ContinueBB); in emitAtomicCmpXchg()381 CGF.Builder.SetInsertPoint(ContinueBB); in emitAtomicCmpXchg()
2616 llvm::BasicBlock *ContinueBB = CGF.createBasicBlock("memptr.converted"); in EmitMemberPointerConversion() local2617 Builder.CreateCondBr(IsNotNull, ConvertBB, ContinueBB); in EmitMemberPointerConversion()2674 Builder.CreateBr(ContinueBB); in EmitMemberPointerConversion()2677 CGF.EmitBlock(ContinueBB); in EmitMemberPointerConversion()