Home
last modified time | relevance | path

Searched refs:ContinueBB (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp358 BasicBlock *ContinueBB = Branch->getSuccessor(1); in splitOverflowIntrinsic() local
359 if (std::next(pred_begin(ContinueBB)) != pred_end(ContinueBB)) in splitOverflowIntrinsic()
369 if (!DT->dominates(ContinueBB, UseBB)) { in splitOverflowIntrinsic()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1125 BasicBlock *ContinueBB; in handleEndCatch() local
1131 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()
/external/clang/lib/CodeGen/
DCGAtomic.cpp367 llvm::BasicBlock *ContinueBB = in emitAtomicCmpXchg() local
372 CGF.Builder.CreateCondBr(Cmp, ContinueBB, StoreExpectedBB); in emitAtomicCmpXchg()
379 CGF.Builder.CreateBr(ContinueBB); in emitAtomicCmpXchg()
381 CGF.Builder.SetInsertPoint(ContinueBB); in emitAtomicCmpXchg()
DMicrosoftCXXABI.cpp2616 llvm::BasicBlock *ContinueBB = CGF.createBasicBlock("memptr.converted"); in EmitMemberPointerConversion() local
2617 Builder.CreateCondBr(IsNotNull, ConvertBB, ContinueBB); in EmitMemberPointerConversion()
2674 Builder.CreateBr(ContinueBB); in EmitMemberPointerConversion()
2677 CGF.EmitBlock(ContinueBB); in EmitMemberPointerConversion()