Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp755 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPSimdDirective()
891 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
979 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()
1036 S.getIterationVariable()->getType()); in EmitOMPWorksharingLoop()
/external/clang/include/clang/AST/
DStmtOpenMP.h511 Expr *getIterationVariable() const { in getIterationVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1915 Writer.AddStmt(D->getIterationVariable()); in VisitOMPLoopDirective()