Searched refs:getIterationVariable (Results 1 – 6 of 6) sorted by relevance
2334 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()2357 CGF, S, CGF.EmitLValue(S.getIterationVariable())); in emitOMPSimdRegion()2417 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()2589 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()2645 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()2714 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()2720 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()2741 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()2872 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()2943 *this, S, EmitLValue(S.getIterationVariable())); in EmitOMPWorksharingLoop()[all …]
4474 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
1616 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPSimdDirective()1676 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()1827 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()1856 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()1938 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()2023 S.getIterationVariable()->getType(), in EmitOMPWorksharingLoop()2622 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPDistributeLoop()2681 S.getIterationVariable()->getType(), in EmitOMPDistributeLoop()3553 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPTaskLoopBasedDirective()
610 Expr *getIterationVariable() const { in getIterationVariable() function
930 Expr *getIterationVariable() const { in getIterationVariable() function
2180 Record.AddStmt(D->getIterationVariable()); in VisitOMPLoopDirective()