Home
last modified time | relevance | path

Searched defs:EntryCall (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2230 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); createMaster() local
2255 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); createMasked() local
4014 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); createSingle() local
4060 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); createCritical() local
4124 Instruction *EntryCall = nullptr; createOrderedThreadsSimd() local
4147 EmitOMPInlinedRegion(Directive OMPD,Instruction * EntryCall,Instruction * ExitCall,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB,bool Conditional,bool HasFinalize,bool IsCancellable) EmitOMPInlinedRegion() argument
4196 emitCommonDirectiveEntry(Directive OMPD,Value * EntryCall,BasicBlock * ExitBB,bool Conditional) emitCommonDirectiveEntry() argument
[all...]