We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a9304 commit fae1226Copy full SHA for fae1226
include/tsar/Transform/Clang/Passes.h
@@ -56,6 +56,13 @@ llvm::ModulePass * createClangRenameLocalPass();
56
/// Initializes a pass to perform source-level object renaming.
57
void initializeClangRenameLocalPassPass(PassRegistry &Registry);
58
59
+/// Creates a pass to perform remove-firstprivate.
60
+FunctionPass * createClangRemoveFirstPrivate();
61
+
62
+/// Initializes a pass to perform remove-firstprivate.
63
+void initializeClangRemoveFirstPrivatePass(PassRegistry &Registry);
64
65
66
/// Creates a pass to perform elimination of dead declarations.
67
FunctionPass * createClangDeadDeclsElimination();
68
0 commit comments