Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1727 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in emitOMPSimdRegion()
2237 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPWorksharingLoop()
3291 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPDistributeLoop()
4949 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPTaskLoopBasedDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h793 Expr *getCalcLastIteration() const { in getCalcLastIteration() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1897 Record.AddStmt(D->getCalcLastIteration()); in VisitOMPLoopDirective()