Searched refs:getIterationVariable (Results 1 – 4 of 4) sorted by relevance
1716 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()1783 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()1946 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()2002 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()2071 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()2077 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()2098 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()2227 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()2463 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds()3281 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPDistributeLoop()[all …]
4306 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
785 Expr *getIterationVariable() const { in getIterationVariable() function
1895 Record.AddStmt(D->getIterationVariable()); in VisitOMPLoopDirective()