Searched refs:getIterationVariable (Results 1 – 3 of 3) sorted by relevance
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
2180 Record.AddStmt(D->getIterationVariable()); in VisitOMPLoopDirective()