Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2857 BasicBlock *CpyThenBB = BasicBlock::Create(Ctx, "then"); in emitShuffleAndReduceFunction() local
2860 Builder.CreateCondBr(CondCopy, CpyThenBB, CpyElseBB); in emitShuffleAndReduceFunction()
2862 emitBlock(CpyThenBB, Builder.GetInsertBlock()->getParent()); in emitShuffleAndReduceFunction()