Searched refs:EntryCall (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1040 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local 1045 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster() 1064 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local 1069 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMasked() 1915 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local 1926 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle() 1953 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local 1964 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() argument 1982 emitCommonDirectiveEntry(OMPD, EntryCall, ExitBB, Conditional); in EmitOMPInlinedRegion() 2035 if (!Conditional || !EntryCall) in emitCommonDirectiveEntry() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 867 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall, 904 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,
|