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.cpp2999 BasicBlock *CpyThenBB = BasicBlock::Create(Ctx, "then"); in emitShuffleAndReduceFunction() local
3002 Builder.CreateCondBr(CondCopy, CpyThenBB, CpyElseBB); in emitShuffleAndReduceFunction()
3004 emitBlock(CpyThenBB, Builder.GetInsertBlock()->getParent()); in emitShuffleAndReduceFunction()