Searched defs:ExitCall (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1030 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster() local 1054 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd); in createMasked() local 1907 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle() local 1946 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical() local 1953 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() 2052 omp::Directive OMPD, InsertPointTy FinIP, Instruction *ExitCall, in emitCommonDirectiveExit()
|