Searched refs:EntryCall (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1810 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local 1835 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local 3232 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local 3244 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle() 3278 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local 3341 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local 3352 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd() 3364 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() argument 3382 emitCommonDirectiveEntry(OMPD, EntryCall, ExitBB, Conditional); in EmitOMPInlinedRegion() 3415 if (!Conditional || !EntryCall) in emitCommonDirectiveEntry() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1261 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall, 1298 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,
|