Searched refs:EntryCall (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1899 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local 1904 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster() 1924 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local 1929 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMasked() 3439 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local 3451 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle() 3485 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local 3491 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createCritical() 3549 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local 3560 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1583 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall, 1620 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,
|