Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1123 emitBlock(OffloadFailedBlock, CurFn); in emitKernelLaunch()
1126 emitBlock(OffloadContBlock, CurFn, /*IsFinished=*/true); in emitKernelLaunch()
2324 emitBlock(PreCondBB, CurFunc); in shuffleAndStore()
2339 emitBlock(ThenBB, CurFunc); in shuffleAndStore()
2354 emitBlock(ExitBB, CurFunc); in shuffleAndStore()
2592 emitBlock(PrecondBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2598 emitBlock(BodyBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2613 emitBlock(ThenBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2642 emitBlock(ElseBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
2646 emitBlock(MergeBB, Builder.GetInsertBlock()->getParent()); in emitInterWarpCopyFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2100 void emitBlock(BasicBlock *BB, Function *CurFn, bool IsFinished = false);