Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2653 BasicBlock *W0ThenBB = BasicBlock::Create(Ctx, "then"); in emitInterWarpCopyFunction() local
2662 Builder.CreateCondBr(IsActiveThread, W0ThenBB, W0ElseBB); in emitInterWarpCopyFunction()
2664 emitBlock(W0ThenBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()