|
clang 22.0.0git
|
Manages list of nontemporal decls for the specified directive. More...
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h"
Public Member Functions | |
| UntiedTaskLocalDeclsRAII (CodeGenFunction &CGF, const llvm::MapVector< CanonicalDeclPtr< const VarDecl >, std::pair< Address, Address > > &LocalVars) | |
| ~UntiedTaskLocalDeclsRAII () | |
Manages list of nontemporal decls for the specified directive.
Definition at line 254 of file CGOpenMPRuntime.h.
| CGOpenMPRuntime::UntiedTaskLocalDeclsRAII::UntiedTaskLocalDeclsRAII | ( | CodeGenFunction & | CGF, |
| const llvm::MapVector< CanonicalDeclPtr< const VarDecl >, std::pair< Address, Address > > & | LocalVars ) |
Definition at line 12039 of file CGOpenMPRuntime.cpp.
References clang::CodeGen::CodeGenFunction::CurFn, and clang::CodeGen::CGOpenMPRuntime::FunctionToUntiedTaskStackMap.
| CGOpenMPRuntime::UntiedTaskLocalDeclsRAII::~UntiedTaskLocalDeclsRAII | ( | ) |
Definition at line 12051 of file CGOpenMPRuntime.cpp.