From 9959db5fa9d4972b6f5510344d502ff4932b0c0e Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Tue, 6 May 2014 10:08:46 +0000 Subject: [OPENMP] Initial codegen for '#pragma omp parallel' llvm-svn: 208077 --- clang/lib/CodeGen/CodeGenFunction.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index ec9601e0644..73f6b68e8d7 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1878,6 +1878,9 @@ public: llvm::Function *GenerateCapturedStmtFunction(const CapturedDecl *CD, const RecordDecl *RD, SourceLocation Loc); + llvm::Value *GenerateCapturedStmtArgument(const CapturedStmt &S); + + void EmitOMPParallelDirective(const OMPParallelDirective &S); //===--------------------------------------------------------------------===// // LValue Expression Emission -- cgit v1.2.3