Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp2902 llvm::BasicBlock *PrecondBB = nullptr; in emitInterWarpCopyFunction() local
2908 PrecondBB = CGF.createBasicBlock("precond"); in emitInterWarpCopyFunction()
2913 CGF.EmitBlock(PrecondBB); in emitInterWarpCopyFunction()
3028 CGF.EmitBranch(PrecondBB); in emitInterWarpCopyFunction()