Searched refs:ExitCall (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2233 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster() local 4017 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle() local 4064 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical() local 4125 Instruction *ExitCall = nullptr; in createOrderedThreadsSimd() local 4139 ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createOrderedThreadsSimd() 4176 emitCommonDirectiveExit(OMPD, FinIP, ExitCall, HasFinalize); in EmitOMPInlinedRegion() 4248 if (!ExitCall) in emitCommonDirectiveExit() 4252 ExitCall->removeFromParent(); in emitCommonDirectiveExit() 4253 Builder.Insert(ExitCall); in emitCommonDirectiveExit() 4255 return IRBuilder<>::InsertPoint(ExitCall->getParent(), in emitCommonDirectiveExit() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 2309 Instruction *ExitCall, 2331 Instruction *ExitCall, BodyGenCallbackTy BodyGenCB,
|