Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1065 emitBlock(OffloadFailedBlock, CurFn); in emitKernelLaunch()
1068 emitBlock(OffloadContBlock, CurFn, /*IsFinished=*/true); in emitKernelLaunch()
5642 void OpenMPIRBuilder::emitBlock(BasicBlock *BB, Function *CurFn, in emitBlock() function in OpenMPIRBuilder
5686 emitBlock(ThenBlock, CurFn); in emitIfClause()
5691 emitBlock(ElseBlock, CurFn); in emitIfClause()
5696 emitBlock(ContBlock, CurFn, /*IsFinished=*/true); in emitIfClause()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1522 void emitBlock(BasicBlock *BB, Function *CurFn, bool IsFinished = false);