aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorGiorgis Georgakoudis <georgakoudis1@llnl.gov>2021-09-21 13:20:39 -0700
committerGiorgis Georgakoudis <georgakoudis1@llnl.gov>2021-09-21 13:20:39 -0700
commitac90dfc43a0133f97e5a7501ec91a0a8bb6042cc (patch)
treea0e7d2658a4c098f46091fe4055f8f9452c926f5 /clang/lib/CodeGen/CodeGenFunction.h
parentc9af0e61fa85842ce280ddab8ab491de38a7ae5b (diff)
downloadllvm-ac90dfc43a0133f97e5a7501ec91a0a8bb6042cc.zip
llvm-ac90dfc43a0133f97e5a7501ec91a0a8bb6042cc.tar.gz
llvm-ac90dfc43a0133f97e5a7501ec91a0a8bb6042cc.tar.bz2
Revert "[OpenMP] Codegen aggregate for outlined function captures"
This reverts commit 1d66649adf28d48ae1731516d87fb899426e3349. Revert to fix AMG GPU issue.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 908ae52..6c13445 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -3309,13 +3309,8 @@ public:
llvm::Function *EmitCapturedStmt(const CapturedStmt &S, CapturedRegionKind K);
llvm::Function *GenerateCapturedStmtFunction(const CapturedStmt &S);
Address GenerateCapturedStmtArgument(const CapturedStmt &S);
- llvm::Function *
- GenerateOpenMPCapturedStmtFunctionAggregate(const CapturedStmt &S,
- SourceLocation Loc);
llvm::Function *GenerateOpenMPCapturedStmtFunction(const CapturedStmt &S,
SourceLocation Loc);
- void GenerateOpenMPCapturedVarsAggregate(
- const CapturedStmt &S, SmallVectorImpl<llvm::Value *> &CapturedVars);
void GenerateOpenMPCapturedVars(const CapturedStmt &S,
SmallVectorImpl<llvm::Value *> &CapturedVars);
void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,