Home
last modified time | relevance | path

Searched refs:getIterationVariable (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1616 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()
/external/clang/include/clang/AST/
DStmtOpenMP.h610 Expr *getIterationVariable() const { in getIterationVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2180 Record.AddStmt(D->getIterationVariable()); in VisitOMPLoopDirective()