reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2036 const Expr *IVExpr = S.getIterationVariable(); 2042 CGDispatchBounds(*this, S, LoopArgs.LB, LoopArgs.UB); 2047 RT.emitForDispatchInit(*this, S.getBeginLoc(), ScheduleKind, IVSize, 2053 RT.emitForStaticInit(*this, S.getBeginLoc(), S.getDirectiveKind(), 2053 RT.emitForStaticInit(*this, S.getBeginLoc(), S.getDirectiveKind(), 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,