Home
last modified time | relevance | path

Searched refs:Privatize (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp98 (void)InlinedShareds.Privatize(); in OMPLexicalScope()
261 (void)InlinedShareds.Privatize(); in OMPSimdLexicalScope()
612 (void)LocalScope.Privatize(); in GenerateOpenMPCapturedStmtFunction()
747 (void)Remap.Privatize(); in EmitOMPCopy()
756 (void)Remap.Privatize(); in EmitOMPCopy()
1742 (void)PrivateScope.Privatize(); in EmitOMPParallelDirective()
1825 bool IsInscanRegion = InscanScope.Privatize(); in EmitOMPLoopBody()
1985 (void)VarScope.Privatize(); in EmitOMPLinearClauseFinal()
2089 (void)PreCondScope.Privatize(); in emitPreCond()
2237 (void)VarScope.Privatize(); in EmitOMPSimdFinal()
[all …]
DCGOpenMPRuntime.cpp373 (void)PrivScope.Privatize(); in CGOpenMPInnerExprInfo()
632 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer()
1142 (void)Scope.Privatize(); in emitCombinerOrInitializer()
3871 (void)InitScope.Privatize(); in emitPrivatesInit()
3885 (void)InitScope.Privatize(); in emitPrivatesInit()
4039 Privatize(); in OMPIteratorGeneratorScope()
5327 Scope.Privatize(); in EmitOMPAggregateReduction()
5433 Scope.Privatize(); in emitReductionFunction()
5721 (void)PrivateScope.Privatize(); in emitReduction()
5941 PrivateScope.Privatize(); in emitReduceCombFunction()
[all …]
DCodeGenFunction.h1008 bool Privatize() { return MappedVars.apply(CGF); }
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp78 (void)InlinedShareds.Privatize(); in OMPLexicalScope()
416 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer()
557 (void)Remap.Privatize(); in EmitOMPCopy()
566 (void)Remap.Privatize(); in EmitOMPCopy()
1242 (void)PrivateScope.Privatize(); in EmitOMPParallelDirective()
1380 (void)VarScope.Privatize(); in EmitOMPLinearClauseFinal()
1464 (void)PreCondScope.Privatize(); in emitPreCond()
1579 (void)VarScope.Privatize(); in EmitOMPSimdFinal()
1642 (void)LoopScope.Privatize(); in EmitOMPSimdDirective()
2011 (void)LoopScope.Privatize(); in EmitOMPWorksharingLoop()
[all …]
DCGOpenMPRuntime.cpp351 (void)PrivScope.Privatize(); in CGOpenMPInnerExprInfo()
775 (void)Scope.Privatize(); in emitCombinerOrInitializer()
3550 (void)InitScope.Privatize(); in emitPrivatesInit()
3564 (void)InitScope.Privatize(); in emitPrivatesInit()
4181 Scope.Privatize(); in EmitOMPAggregateReduction()
4283 Scope.Privatize(); in emitReductionFunction()
4563 (void)PrivateScope.Privatize(); in emitReduction()
DCodeGenFunction.h642 bool Privatize() { in Privatize() function