reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1826 CGF.EmitOMPPrivateLoopCounters(S, LoopScope); 1827 CGF.EmitOMPLinearClause(S, LoopScope); 1828 CGF.EmitOMPPrivateClause(S, LoopScope); 1829 CGF.EmitOMPReductionClauseInit(S, LoopScope); 1830 bool HasLastprivateClause = CGF.EmitOMPLastprivateClauseInit(S, LoopScope); 1831 (void)LoopScope.Privatize(); 1834 CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(),