Searched refs:emitBlock (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1238 emitBlock(OffloadFailedBlock, CurFn); in emitKernelLaunch() 1244 emitBlock(OffloadContBlock, CurFn, /*IsFinished=*/true); in emitKernelLaunch() 2458 emitBlock(PreCondBB, CurFunc); in shuffleAndStore() 2473 emitBlock(ThenBB, CurFunc); in shuffleAndStore() 2488 emitBlock(ExitBB, CurFunc); in shuffleAndStore() 2727 emitBlock(PrecondBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction() 2733 emitBlock(BodyBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction() 2751 emitBlock(ThenBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction() 2780 emitBlock(ElseBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction() 2784 emitBlock(MergeBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 2207 LLVM_ABI void emitBlock(BasicBlock *BB, Function *CurFn,
|