Home
last modified time | relevance | path

Searched refs:OMPPrivateScope (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp94 CodeGenFunction::OMPPrivateScope Remap(CGF); in EmitOMPCopy()
106 CodeGenFunction::OMPPrivateScope Remap(CGF); in EmitOMPCopy()
116 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause()
190 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause()
279 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()
407 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPReductionClauseInit()
498 OMPPrivateScope PrivateScope(CGF); in EmitOMPParallelDirective()
639 CodeGenFunction::OMPPrivateScope VarScope(CGF); in emitLinearClauseFinal()
682 CodeGenFunction::OMPPrivateScope &LoopScope, in emitPrivateLoopCounters()
699 CodeGenFunction::OMPPrivateScope PreCondScope(CGF); in emitPreCond()
[all …]
HDCodeGenFunction.h561 class OMPPrivateScope : public RunCleanupsScope {
567 OMPPrivateScope(const OMPPrivateScope &) = delete;
568 void operator=(const OMPPrivateScope &) = delete;
572 explicit OMPPrivateScope(CodeGenFunction &CGF) : RunCleanupsScope(CGF) {} in OMPPrivateScope() function
617 ~OMPPrivateScope() { in ~OMPPrivateScope()
2138 OMPPrivateScope &PrivateScope);
2140 OMPPrivateScope &PrivateScope);
2165 OMPPrivateScope &PrivateScope);
2183 OMPPrivateScope &PrivateScope);
2251 OMPPrivateScope &LoopScope, bool Ordered,
HDCGOpenMPRuntime.cpp2256 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitTaskCall()
2270 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitTaskCall()
2479 CodeGenFunction::OMPPrivateScope Scope(CGF); in emitReductionFunction()
2703 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction()