Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1627 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPSimdDirective()
1948 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPWorksharingLoop()
2632 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPDistributeLoop()
3564 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPTaskLoopBasedDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h618 Expr *getCalcLastIteration() const { in getCalcLastIteration() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2182 Record.AddStmt(D->getCalcLastIteration()); in VisitOMPLoopDirective()