reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2378       if (EmitOMPFirstprivateClause(S, LoopScope) || HasLinears) {
 2386       EmitOMPPrivateClause(S, LoopScope);
 2387       HasLastprivateClause = EmitOMPLastprivateClauseInit(S, LoopScope);
 2388       EmitOMPReductionClauseInit(S, LoopScope);
 2389       EmitOMPPrivateLoopCounters(S, LoopScope);
 2390       EmitOMPLinearClause(S, LoopScope);
 2391       (void)LoopScope.Privatize();
 2467         EmitOMPInnerLoop(S, LoopScope.requiresCleanups(),
 2493         EmitOMPForOuterLoop(ScheduleKind, IsMonotonic, S, LoopScope, Ordered,