Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3706 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); createMaster() local
3731 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd); createMasked() local
5487 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); createSingle() local
5553 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); createCritical() local
5614 Instruction *ExitCall = nullptr; createOrderedThreadsSimd() local
5636 EmitOMPInlinedRegion(Directive OMPD,Instruction * EntryCall,Instruction * ExitCall,BodyGenCallbackTy BodyGenCB,FinalizeCallbackTy FiniCB,bool Conditional,bool HasFinalize,bool IsCancellable) EmitOMPInlinedRegion() argument
5715 emitCommonDirectiveExit(omp::Directive OMPD,InsertPointTy FinIP,Instruction * ExitCall,bool HasFinalize) emitCommonDirectiveExit() argument
[all...]