Home
last modified time | relevance | path

Searched refs:getCalcLastIteration (Results 1 – 5 of 5) 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/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2345 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in emitOMPSimdRegion()
2882 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPWorksharingLoop()
4630 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPDistributeLoop()
6484 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPTaskLoopBasedDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h936 Expr *getCalcLastIteration() const { in getCalcLastIteration() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2182 Record.AddStmt(D->getCalcLastIteration()); in VisitOMPLoopDirective()