Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp394 llvm::BasicBlock *ContinueBB = in emitAtomicCmpXchg() local
399 CGF.Builder.CreateCondBr(Cmp, ContinueBB, StoreExpectedBB); in emitAtomicCmpXchg()
405 CGF.Builder.CreateBr(ContinueBB); in emitAtomicCmpXchg()
407 CGF.Builder.SetInsertPoint(ContinueBB); in emitAtomicCmpXchg()
DMicrosoftCXXABI.cpp3201 llvm::BasicBlock *ContinueBB = CGF.createBasicBlock("memptr.converted"); in EmitMemberPointerConversion() local
3202 Builder.CreateCondBr(IsNotNull, ConvertBB, ContinueBB); in EmitMemberPointerConversion()
3209 Builder.CreateBr(ContinueBB); in EmitMemberPointerConversion()
3212 CGF.EmitBlock(ContinueBB); in EmitMemberPointerConversion()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp465 auto *ContinueBB = BI.getSuccessor(1 - LoopExitSuccIdx); in unswitchTrivialBranch() local
551 BranchInst::Create(ContinueBB, ParentBB); in unswitchTrivialBranch()
587 BranchInst::Create(ContinueBB, ParentBB); in unswitchTrivialBranch()