Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2233 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); createMaster() local
2258 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd); createMasked() local
4017 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); createSingle() local
4064 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); createCritical() local
4125 Instruction *ExitCall = nullptr; createOrderedThreadsSimd() local
4147 EmitOMPInlinedRegion(Directive OMPD,Instruction * EntryCall,Instruction * ExitCall,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB,bool Conditional,bool HasFinalize,bool IsCancellable) EmitOMPInlinedRegion() argument
4226 emitCommonDirectiveExit(omp::Directive OMPD,InsertPointTy FinIP,Instruction * ExitCall,bool HasFinalize) emitCommonDirectiveExit() argument
[all...]