Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6472 BasicBlock *ElseBB = Br->getSuccessor(1); in collectValuesToIgnore() local
6474 if (!TheLoop->contains(ThenBB) || !TheLoop->contains(ElseBB)) in collectValuesToIgnore()
6477 bool ElseEmpty = IsEmptyBlock(ElseBB); in collectValuesToIgnore()
6479 (ThenEmpty && ThenBB->getSingleSuccessor() == ElseBB && in collectValuesToIgnore()
6480 ElseBB->phis().empty()) || in collectValuesToIgnore()
6481 (ElseEmpty && ElseBB->getSingleSuccessor() == ThenBB && in collectValuesToIgnore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12441 BasicBlock *ElseBB; in manifest() local
12443 ElseBB = BasicBlock::Create(ThenTI->getContext(), "", in manifest()
12445 A.registerManifestAddedBasicBlock(*ElseBB); in manifest()
12446 IP = BranchInst::Create(CBBB, ElseBB)->getIterator(); in manifest()
12447 SplitTI->replaceUsesOfWith(CBBB, ElseBB); in manifest()
12449 ElseBB = IP->getParent(); in manifest()
12450 ThenTI->replaceUsesOfWith(ElseBB, CBBB); in manifest()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2745 BasicBlock *ElseBB = BasicBlock::Create(Ctx, "else"); in emitInterWarpCopyFunction() local
2750 Builder.CreateCondBr(IsWarpMaster, ThenBB, ElseBB); in emitInterWarpCopyFunction()
2780 emitBlock(ElseBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2975 BasicBlock *ElseBB = BasicBlock::Create(Ctx, "else"); in emitShuffleAndReduceFunction() local
2978 Builder.CreateCondBr(CondReduce, ThenBB, ElseBB); in emitShuffleAndReduceFunction()
2988 emitBlock(ElseBB, Builder.GetInsertBlock()->getParent()); in emitShuffleAndReduceFunction()