reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2068 OuterLoopArgs.IncExpr = S.getInc(); 2069 OuterLoopArgs.Init = S.getInit(); 2070 OuterLoopArgs.Cond = S.getCond(); 2071 OuterLoopArgs.NextLB = S.getNextLowerBound(); 2072 OuterLoopArgs.NextUB = S.getNextUpperBound(); 2073 EmitOMPOuterLoop(DynamicOrOrdered, IsMonotonic, S, LoopScope, OuterLoopArgs,