Searched defs:ExitCall (Results  1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ | 
| H A D | OMPIRBuilder.cpp | 1902   Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args);  in createMaster()  local1927   Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd);  in createMasked()  local
 3442   Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args);  in createSingle()  local
 3489   Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args);  in createCritical()  local
 3550   Instruction *ExitCall = nullptr;  in createOrderedThreadsSimd()  local
 3572     Directive OMPD, Instruction *EntryCall, Instruction *ExitCall,  in EmitOMPInlinedRegion()
 3651     omp::Directive OMPD, InsertPointTy FinIP, Instruction *ExitCall,  in emitCommonDirectiveExit()
 
 |