Searched defs:EntryCall (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3703 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); createMaster() local 3728 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); createMasked() local 5484 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); createSingle() local 5549 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); createCritical() local 5613 Instruction *EntryCall = nullptr; createOrderedThreadsSimd() local 5636 EmitOMPInlinedRegion(Directive OMPD,Instruction * EntryCall,Instruction * ExitCall,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB,bool Conditional,bool HasFinalize,bool IsCancellable) EmitOMPInlinedRegion() argument 5685 emitCommonDirectiveEntry(Directive OMPD,Value * EntryCall,BasicBlock * ExitBB,bool Conditional) emitCommonDirectiveEntry() argument [all...] |