Searched defs:EntryCall (Results 1 – 1 of 1) 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 3278 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local 3341 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local 3364 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() 3413 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry()
|