Searched refs:ExitCall (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1902 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster() local 1904 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster() 1927 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd); in createMasked() local 1929 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMasked() 3442 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle() local 3451 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle() 3489 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical() local 3491 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createCritical() 3550 Instruction *ExitCall = nullptr; in createOrderedThreadsSimd() local 3564 ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createOrderedThreadsSimd() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1599 Instruction *ExitCall, 1621 Instruction *ExitCall, BodyGenCallbackTy BodyGenCB,
|